Mongolid\ActiveRecord::all PHP 메소드

all() 공개 정적인 메소드

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