protected function __construct() { parent::__construct(); $this->_words = new collection(); }
protected function __construct(\DomDocument $document) { $this->_document = $document; parent::__construct(); }