protected function __construct(\domdocument $dom) { parent::__construct($dom); $this->_initialize(); }
protected function __construct(\domdocument $doc) { parent::__construct($doc); $this->_document->formatOutput = true; $this->_document->encoding = 'utf-8'; }