Phalcon\Db\Adapter\MongoDB\Model\DatabaseInfo::isEmpty PHP Méthode

isEmpty() public méthode

Return whether the database is empty.
public isEmpty ( ) : boolean
Résultat boolean
    public function isEmpty()
    {
        return (bool) $this->info['empty'];
    }