README
Todo List
Swift_Mime_Headers_AbstractHeader | --Swift_Mime_Headers_IdentificationHeader
Swift_Mime_Headers_IdentificationHeader __construct( string $name)
string getFieldBody( )
This is not necessarily RFC 2822 compliant since folding white space will not be added at this stage (see toString() for that).
array getFieldBodyModel( )
This method returns an array of IDs
int getFieldType( )
string getId( )
If multiple IDs are set only the first is returned.
string[] getIds( )
void setFieldBodyModel( mixed $model)
This method takes a string ID, or an array of IDs
void setId( string $id)
void setIds( $ids)