Mongolid\ActiveRecord::all PHP Method

all() public static method

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