Phalcon\Db\Adapter\MongoDB\Model\DatabaseInfo::isEmpty PHP 메소드

isEmpty() 공개 메소드

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