示例#1
0
 protected function __construct()
 {
     parent::__construct();
     $this->_words = new collection();
 }
示例#2
0
 protected function __construct(\DomDocument $document)
 {
     $this->_document = $document;
     parent::__construct();
 }