PhpMimeMailParser\Attachment::getContentDisposition PHP 메소드

getContentDisposition() 공개 메소드

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