ParserPartStreamContainerFactory
in package
Creates ParserPartStreamContainer instances.
Tags
Table of Contents
- $logger : LoggerInterface
- $mbWrapper : MbWrapper
- $streamFactory : StreamFactory
- $throwExceptionReadingPartContentFromUnsupportedCharsets : bool
- __construct() : mixed
- newInstance() : ParserPartStreamContainer
Properties
$logger
protected
LoggerInterface
$logger
$mbWrapper
protected
MbWrapper
$mbWrapper
$streamFactory
protected
StreamFactory
$streamFactory
$throwExceptionReadingPartContentFromUnsupportedCharsets
protected
bool
$throwExceptionReadingPartContentFromUnsupportedCharsets
Methods
__construct()
public
__construct(LoggerInterface $logger, StreamFactory $streamFactory, MbWrapper $mbWrapper, bool $throwExceptionReadingPartContentFromUnsupportedCharsets) : mixed
Parameters
- $logger : LoggerInterface
- $streamFactory : StreamFactory
- $mbWrapper : MbWrapper
- $throwExceptionReadingPartContentFromUnsupportedCharsets : bool
Return values
mixed —newInstance()
public
newInstance(ParserPartProxy $parserProxy) : ParserPartStreamContainer
Parameters
- $parserProxy : ParserPartProxy