ConsumerService
Simple service provider for consumer singletons.
Tags
Table of Contents
- $mimeLiteralPartFactory : MimeLiteralPartFactory
- $partFactory : HeaderPartFactory
- __construct() : mixed
- Sets up the HeaderPartFactory member variable.
- getAddressBaseConsumer() : AddressBaseConsumer
- Returns the AddressBaseConsumer singleton instance.
- getAddressConsumer() : AddressConsumer
- Returns the AddressConsumer singleton instance.
- getAddressGroupConsumer() : AddressGroupConsumer
- Returns the AddressGroupConsumer singleton instance.
- getCommentConsumer() : CommentConsumer
- Returns the CommentConsumer singleton instance.
- getDateConsumer() : DateConsumer
- Returns the DateConsumer singleton instance.
- getGenericConsumer() : GenericConsumer
- Returns the GenericConsumer singleton instance.
- getParameterConsumer() : ParameterConsumer
- Returns the ParameterConsumer singleton instance.
- getQuotedStringConsumer() : QuotedStringConsumer
- Returns the QuotedStringConsumer singleton instance.
- getSubjectConsumer() : SubjectConsumer
- Returns the SubjectConsumer singleton instance.
Properties
$mimeLiteralPartFactory
protected
MimeLiteralPartFactory
$mimeLiteralPartFactory
$partFactory
protected
HeaderPartFactory
$partFactory
Methods
__construct()
Sets up the HeaderPartFactory member variable.
public
__construct(HeaderPartFactory $partFactory, MimeLiteralPartFactory $mimeLiteralPartFactory) : mixed
Parameters
- $partFactory : HeaderPartFactory
- $mimeLiteralPartFactory : MimeLiteralPartFactory
Return values
mixed —getAddressBaseConsumer()
Returns the AddressBaseConsumer singleton instance.
public
getAddressBaseConsumer() : AddressBaseConsumer
Return values
AddressBaseConsumer —getAddressConsumer()
Returns the AddressConsumer singleton instance.
public
getAddressConsumer() : AddressConsumer
Return values
AddressConsumer —getAddressGroupConsumer()
Returns the AddressGroupConsumer singleton instance.
public
getAddressGroupConsumer() : AddressGroupConsumer
Return values
AddressGroupConsumer —getCommentConsumer()
Returns the CommentConsumer singleton instance.
public
getCommentConsumer() : CommentConsumer
Return values
CommentConsumer —getDateConsumer()
Returns the DateConsumer singleton instance.
public
getDateConsumer() : DateConsumer
Return values
DateConsumer —getGenericConsumer()
Returns the GenericConsumer singleton instance.
public
getGenericConsumer() : GenericConsumer
Return values
GenericConsumer —getParameterConsumer()
Returns the ParameterConsumer singleton instance.
public
getParameterConsumer() : ParameterConsumer
Return values
ParameterConsumer —getQuotedStringConsumer()
Returns the QuotedStringConsumer singleton instance.
public
getQuotedStringConsumer() : QuotedStringConsumer
Return values
QuotedStringConsumer —getSubjectConsumer()
Returns the SubjectConsumer singleton instance.
public
getSubjectConsumer() : SubjectConsumer