pQuery\DomNode::isComment PHP Méthode

isComment() public méthode

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