Mongolid\DataMapper\DataMapper::all PHP Метод

all() публичный Метод

Retrieve a database cursor that will return all documents as $this->schema->entityClass objects upon iteration.
public all ( ) : Cursor
Результат Mongolid\Cursor\Cursor
    public function all() : Cursor
    {
        return $this->where([]);
    }