PHP Class App\Http\Controllers\API\LegacyController

Inheritance: extends Illuminate\Routing\Controller
Afficher le fichier Open project: ppy/osu-web

Méthodes publiques

Méthode Description
getBeatmaps ( )
getMatch ( )
getPacks ( )
getReplay ( )
getScores ( )
getUser ( )
getUserBest ( )
getUserRecent ( )

Private Methods

Méthode Description
_getScores ( $best, $limit )
_transformScores ( $scores, $for_user )

Method Details

getBeatmaps() public méthode

public getBeatmaps ( )

getMatch() public méthode

public getMatch ( )

getPacks() public méthode

public getPacks ( )

getReplay() public méthode

public getReplay ( )

getScores() public méthode

public getScores ( )

getUser() public méthode

public getUser ( )

getUserBest() public méthode

public getUserBest ( )

getUserRecent() public méthode

public getUserRecent ( )