Mongolid\ActiveRecord::all PHP Méthode

all() public static méthode

Gets a cursor of this kind of entities from the database.
public static all ( ) : Cursor
Résultat Mongolid\Cursor\Cursor
    public static function all()
    {
        return self::getDataMapperInstance()->all();
    }