PHP Class app\models\BeatmapFailtimes

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

Public Properties

Property Type Description
$timestamps

Protected Properties

Property Type Description
$guarded
$table

Public Methods

Method Description
beatmap ( )
delete ( )
find ( $beatmap_id, $type )
getDataAttribute ( )

Method Details

beatmap() public method

public beatmap ( )

delete() public method

public delete ( )

find() public static method

public static find ( $beatmap_id, $type )

getDataAttribute() public method

public getDataAttribute ( )

Property Details

$guarded protected property

protected $guarded

$table protected property

protected $table

$timestamps public property

public $timestamps