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