Simple service provider for consumer singletons.
- author Zaahid Bateson
Methods |
public __construct(ZBateson |
public getAddressBaseConsumer() Returns the AddressBaseConsumer singleton instance.
|
public getAddressConsumer() Returns the AddressConsumer singleton instance.
|
public getAddressEmailConsumer() Returns the AddressEmailConsumer singleton instance.
|
public getAddressGroupConsumer() Returns the AddressGroupConsumer singleton instance.
|
public getCommentConsumer() Returns the CommentConsumer singleton instance.
|
public getDateConsumer() Returns the DateConsumer singleton instance.
|
public getGenericConsumer() Returns the GenericConsumer singleton instance.
|
public getIdBaseConsumer() Returns the IdBaseConsumer singleton instance.
|
public getIdConsumer() Returns the IdConsumer singleton instance.
|
public getParameterConsumer() Returns the ParameterConsumer singleton instance.
|
public getQuotedStringConsumer() Returns the QuotedStringConsumer singleton instance.
|
public getReceivedConsumer() Returns the ReceivedConsumer singleton instance.
|
public getSubjectConsumer() Returns the SubjectConsumer singleton instance.
|
public getSubReceivedConsumer(string $partName) Returns the consumer instance corresponding to the passed part name of a
|
Properties |
protected $mimeLiteralPartFactory = NULL
|
protected $partFactory = NULL
|
protected $receivedConsumers = ['from' => NULL, 'by' => NULL, 'via' => NULL, 'with' => NULL, 'id' => NULL, 'for' => NULL, 'date' => NULL]
|