Prado\Data\SqlMap\Statements\TSqlMapObjectCollectionTree::isEmpty PHP 메소드

isEmpty() 공개 메소드

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