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