Prado\Data\SqlMap\Statements\TSqlMapObjectCollectionTree::isEmpty PHP Méthode

isEmpty() public méthode

public isEmpty ( ) : boolean
Résultat boolean true if the graph is empty
    public function isEmpty()
    {
        return count($this->_entries) == 0;
    }