MailMimeParser 0.4

ConsumerService

Simple service provider for consumer singletons.

Tags
author

Zaahid Bateson

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

Methods

getParameterConsumer()

Returns the ParameterConsumer singleton instance.

public getParameterConsumer() : ParameterConsumer
Return values
ParameterConsumer

Search results