MailMimeParser 2.2

ParserMessageProxyFactory extends ParserMimePartProxyFactory
in package

Responsible for creating proxied IMessage instances wrapped in a ParserMessageProxy.

Tags
author

Zaahid Bateson

Table of Contents

$multipartHelper  : MultipartHelper
$parserPartChildrenContainerFactory  : ParserPartChildrenContainerFactory
$parserPartStreamContainerFactory  : ParserPartStreamContainerFactory
$partHeaderContainerFactory  : PartHeaderContainerFactory
$privacyHelper  : PrivacyHelper
$streamFactory  : StreamFactory
__construct()  : mixed
newInstance()  : ParserMessageProxy
Constructs a new ParserMessageProxy wrapping an IMessage object that will dynamically parse a message's content and parts as they're requested.

Properties

Methods

__construct()

public __construct(StreamFactory $sdf, PartHeaderContainerFactory $phcf, ParserPartStreamContainerFactory $pscf, ParserPartChildrenContainerFactory $ppccf, MultipartHelper $multipartHelper, PrivacyHelper $privacyHelper) : mixed
Parameters
$sdf : StreamFactory
$phcf : PartHeaderContainerFactory
$pscf : ParserPartStreamContainerFactory
$ppccf : ParserPartChildrenContainerFactory
$multipartHelper : MultipartHelper
$privacyHelper : PrivacyHelper
Return values
mixed

Search results