PHPHtmlParser\Dom\HtmlNode::getIteratorArray PHP Метод

getIteratorArray() защищенный Метод

Returns all children of this html node.
protected getIteratorArray ( ) : array
Результат array
    protected function getIteratorArray()
    {
        return $this->getChildren();
    }