pQuery\DomNode::isComment PHP Method

isComment() public method

Find out if node is comment
public isComment ( ) : boolean
return boolean
    function isComment()
    {
        return false;
    }
DomNode