pQuery\DomNode::filter_comment PHP Method

filter_comment() protected method

Checks if node matches css query filter ":comment"
See also: match()
protected filter_comment ( ) : boolean
return boolean
    protected function filter_comment()
    {
        return false;
    }
DomNode