コード例 #1
0
ファイル: host.php プロジェクト: LupusMichaelis/horn
 protected function __construct()
 {
     parent::__construct();
     $this->_words = new collection();
 }
コード例 #2
0
ファイル: markup.php プロジェクト: LupusMichaelis/horn
 protected function __construct(\DomDocument $document)
 {
     $this->_document = $document;
     parent::__construct();
 }