Swift_Mime_MimePart::getFormat PHP Method

getFormat() public method

Get the format of this entity (i.e. flowed or fixed).
public getFormat ( ) : string
return string
    public function getFormat()
    {
        return $this->_getHeaderParameter('Content-Type', 'format');
    }