예제 #1
0
파일: rss.php 프로젝트: LupusMichaelis/horn
 protected function __construct(\domdocument $dom)
 {
     parent::__construct($dom);
     $this->_initialize();
 }
예제 #2
0
 protected function __construct(\domdocument $doc)
 {
     parent::__construct($doc);
     $this->_document->formatOutput = true;
     $this->_document->encoding = 'utf-8';
 }