Mongolid\DataMapper\DataMapper::all PHP Méthode

all() public méthode

Retrieve a database cursor that will return all documents as $this->schema->entityClass objects upon iteration.
public all ( ) : Cursor
Résultat Mongolid\Cursor\Cursor
    public function all() : Cursor
    {
        return $this->where([]);
    }