Constructs and returns IHeaderPart objects.
- author Zaahid Bateson
CloneableInstantiable
Methods |
public __construct(ZBateson Sets up dependencies.
|
public newAddressGroupPart(array $addresses, $name = '') Initializes and returns a new AddressGroupPart
|
public newAddressPart( $name, $email) Initializes and returns a new AddressPart.
|
public newCommentPart( $value) Initializes and returns a new CommentPart.
|
public newDatePart( $value) Initializes and returns a new DatePart
|
public newInstance( $value) Creates and returns a default IHeaderPart for this factory, allowing The default implementation returns a new Token.
|
public newLiteralPart( $value) Initializes and returns a new LiteralPart.
|
public newMimeLiteralPart( $value) Initializes and returns a new MimeLiteralPart.
|
public newParameterPart( $name, $value, $language = NULL) Initializes and returns a new ParameterPart.
|
public newReceivedDomainPart( $name, $value, $ehloName = NULL, $hostName = NULL, $hostAddress = NULL) Initializes and returns a new ReceivedDomainPart.
|
public newReceivedPart( $name, $value) Initializes and returns a new ReceivedPart.
|
public newSplitParameterToken( $name) Instantiates and returns a SplitParameterToken with the given name.
|
public newToken( $value) Initializes and returns a new Token.
|
Properties |
protected $charsetConverter
|