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