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);
    }