pQuery\HtmlParser::parse_php PHP Метод

parse_php() публичный Метод

public parse_php ( )
    function parse_php()
    {
        if (!parent::parse_php()) {
            return false;
        }
        //end($this->hierarchy)->addXML('php', $this->status['text']);
        $index = null;
        //Needs to be passed by ref
        $this->hierarchy[count($this->hierarchy) - 1]->addXML('php', $this->status['text'], $index);
        return true;
    }