Swift_Mime_Attachment::getFilename PHP Method

getFilename() public method

Get the filename of this attachment when downloaded.
public getFilename ( ) : string
return string
    public function getFilename()
    {
        return $this->_getHeaderParameter('Content-Disposition', 'filename');
    }