Doctrine\OXM\Marshaller\Helper\WriterHelper::__construct PHP Method

__construct() public method

public __construct ( XmlMarshaller $marshaller, $streamUri = null )
$marshaller Doctrine\OXM\Marshaller\XmlMarshaller
    public function __construct(XmlMarshaller $marshaller, $streamUri = null)
    {
        $this->marshaller = $marshaller;
        $this->streamUri = $streamUri;
        $this->cursor = new XmlWriter();
        $this->initialize();
    }