コード例 #1
0
ファイル: rss.php プロジェクト: LupusMichaelis/horn
 protected function __construct(\domdocument $dom)
 {
     parent::__construct($dom);
     $this->_initialize();
 }
コード例 #2
0
ファイル: html.php プロジェクト: LupusMichaelis/horn
 protected function __construct(\domdocument $doc)
 {
     parent::__construct($doc);
     $this->_document->formatOutput = true;
     $this->_document->encoding = 'utf-8';
 }