innerHtml = null; $this->outerHtml = null; $this->text = null; } /** * Returns all children of this html node. * * @return array */ protected function getIteratorArray() { return $this->getChildren(); } }