PHP Class app\models\Achievement

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: ppy/osu-web Class Usage Examples

Public Properties

Property Type Description
$timestamps

Protected Properties

Property Type Description
$casts
$primaryKey
$table

Public Methods

Method Description
getModeAttribute ( $value )
scopeAchievable ( $query )

Method Details

getModeAttribute() public method

public getModeAttribute ( $value )

scopeAchievable() public method

public scopeAchievable ( $query )

Property Details

$casts protected property

protected $casts

$primaryKey protected property

protected $primaryKey

$table protected property

protected $table

$timestamps public property

public $timestamps