ParserUUEncodedPartProxyFactory
extends ParserPartProxyFactory
in package
Responsible for creating proxied IUUEncodedPart instances wrapped in a ParserUUEncodedPartProxy and used by NonMimeParser.
Tags
Table of Contents
- $logger : LoggerInterface
- $parserPartStreamContainerFactory : ParserPartStreamContainerFactory
- $streamFactory : StreamFactory
- __construct() : mixed
- newInstance() : ParserUUEncodedPartProxy
- Constructs a new ParserUUEncodedPartProxy wrapping an IUUEncoded object.
Properties
$logger
protected
LoggerInterface
$logger
$parserPartStreamContainerFactory
protected
ParserPartStreamContainerFactory
$parserPartStreamContainerFactory
$streamFactory
protected
StreamFactory
$streamFactory
Methods
__construct()
public
__construct(LoggerInterface $logger, StreamFactory $sdf, ParserPartStreamContainerFactory $parserPartStreamContainerFactory) : mixed
Parameters
- $logger : LoggerInterface
- $sdf : StreamFactory
- $parserPartStreamContainerFactory : ParserPartStreamContainerFactory
Return values
mixed —newInstance()
Constructs a new ParserUUEncodedPartProxy wrapping an IUUEncoded object.
public
newInstance(PartBuilder $partBuilder, IParserService $parser) : ParserUUEncodedPartProxy
Parameters
- $partBuilder : PartBuilder
- $parser : IParserService