Phalcon\Db\Adapter\MongoDB\Model\DatabaseInfo::isEmpty PHP Method

isEmpty() public method

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