pQuery\HtmlSelector::parse_callback PHP Метод

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

Evaluate root node using custom callback
protected parse_callback ( array $conditions, boolean | integer $recursive = true, boolean $check_root = false ) : array
$conditions array {@link parse_conditions()}
$recursive boolean | integer
$check_root boolean
Результат array
    protected function parse_callback($conditions, $recursive = true, $check_root = false)
    {
        return $this->result = $this->root->getChildrenByMatch($conditions, $recursive, $check_root, $this->custom_filter_map);
    }