pQuery\DomNode::filter_empty PHP Méthode

filter_empty() protected méthode

Checks if node matches css query filter ":empty"
See also: match()
protected filter_empty ( ) : boolean
Résultat boolean
    protected function filter_empty()
    {
        return $this->childCount() === 0;
    }
DomNode