PHP Class App\Http\Controllers\API\LegacyController

Inheritance: extends Illuminate\Routing\Controller
Show file Open project: ppy/osu-web

Public Methods

Method Description
getBeatmaps ( )
getMatch ( )
getPacks ( )
getReplay ( )
getScores ( )
getUser ( )
getUserBest ( )
getUserRecent ( )

Private Methods

Method Description
_getScores ( $best, $limit )
_transformScores ( $scores, $for_user )

Method Details

getBeatmaps() public method

public getBeatmaps ( )

getMatch() public method

public getMatch ( )

getPacks() public method

public getPacks ( )

getReplay() public method

public getReplay ( )

getScores() public method

public getScores ( )

getUser() public method

public getUser ( )

getUserBest() public method

public getUserBest ( )

getUserRecent() public method

public getUserRecent ( )