Pop\Dom\AbstractDom::getChildren PHP Method

getChildren() public method

Get the child nodes of the object.
public getChildren ( ) : array
return array
    public function getChildren()
    {
        return $this->childNodes;
    }