pQuery\DomNode::filter_hastext PHP Méthode

filter_hastext() protected méthode

Checks if node matches css query filter ":has-text"
See also: match()
protected filter_hastext ( ) : boolean
Résultat boolean
    protected function filter_hastext()
    {
        return $this->getPlainText() !== '';
    }
DomNode