PHP 클래스 app\models\BeatmapFailtimes

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: ppy/osu-web

공개 프로퍼티들

프로퍼티 타입 설명
$timestamps

보호된 프로퍼티들

프로퍼티 타입 설명
$guarded
$table

공개 메소드들

메소드 설명
beatmap ( )
delete ( )
find ( $beatmap_id, $type )
getDataAttribute ( )

메소드 상세

beatmap() 공개 메소드

public beatmap ( )

delete() 공개 메소드

public delete ( )

find() 공개 정적인 메소드

public static find ( $beatmap_id, $type )

getDataAttribute() 공개 메소드

public getDataAttribute ( )

프로퍼티 상세

$guarded 보호되어 있는 프로퍼티

protected $guarded

$table 보호되어 있는 프로퍼티

protected $table

$timestamps 공개적으로 프로퍼티

public $timestamps