Swift_Mime_Headers_UnstructuredHeader::getFieldType PHP Method

getFieldType() public method

Get the type of Header that this instance represents.
public getFieldType ( ) : integer
return integer
    public function getFieldType()
    {
        return self::TYPE_TEXT;
    }