PHPHtmlParser\Dom\HtmlNode::getIteratorArray PHP Method

getIteratorArray() protected method

Returns all children of this html node.
protected getIteratorArray ( ) : array
return array
    protected function getIteratorArray()
    {
        return $this->getChildren();
    }