PhpMimeMailParser\Attachment::getContentDisposition PHP Method

getContentDisposition() public method

Retrieve the Attachment Content-Disposition
public getContentDisposition ( ) : string
return string
    public function getContentDisposition()
    {
        return $this->contentDisposition;
    }