PHP Class App\Models\Multiplayer\Score

Inheritance: extends Model, use trait App\Traits\Scoreable
Show file Open project: ppy/osu-web

Public Properties

Property Type Description
$timestamps

Protected Properties

Property Type Description
$hidden
$primaryKey
$table

Public Methods

Method Description
game ( )
gamemodeString ( )
getScoringType ( )
getTeamAttribute ( $value )
scopeDefault ( $query )

Method Details

game() public method

public game ( )

gamemodeString() public method

public gamemodeString ( )

getScoringType() public method

public getScoringType ( )

getTeamAttribute() public method

public getTeamAttribute ( $value )

scopeDefault() public method

public scopeDefault ( $query )

Property Details

$hidden protected property

protected $hidden

$primaryKey protected property

protected $primaryKey

$table protected property

protected $table

$timestamps public property

public $timestamps