PHP 클래스 app\models\Beatmap

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: ppy/osu-web 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$timestamps

보호된 프로퍼티들

프로퍼티 타입 설명
$casts
$dates
$hidden
$primaryKey
$table

공개 메소드들

메소드 설명
beatmapDiscussions ( )
beatmapset ( )
creator ( )
difficulty ( )
difficultyAttribs ( )
failtimes ( )
getModeAttribute ( )
modeInt ( $str )
modeStr ( $int )
mods ( )
scopeDefault ( $query )
scores ( $mode = null )
scoresBest ( $mode = null )
status ( )

비공개 메소드들

메소드 설명
getScores ( $model_path, $mode )

메소드 상세

beatmapDiscussions() 공개 메소드

public beatmapDiscussions ( )

beatmapset() 공개 메소드

public beatmapset ( )

creator() 공개 메소드

public creator ( )

difficulty() 공개 메소드

public difficulty ( )

difficultyAttribs() 공개 메소드

public difficultyAttribs ( )

failtimes() 공개 메소드

public failtimes ( )

getModeAttribute() 공개 메소드

public getModeAttribute ( )

modeInt() 공개 정적인 메소드

public static modeInt ( $str )

modeStr() 공개 정적인 메소드

public static modeStr ( $int )

mods() 공개 메소드

public mods ( )

scopeDefault() 공개 메소드

public scopeDefault ( $query )

scores() 공개 메소드

public scores ( $mode = null )

scoresBest() 공개 메소드

public scoresBest ( $mode = null )

status() 공개 메소드

public status ( )

프로퍼티 상세

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

protected $casts

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

protected $dates

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

protected $hidden

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

protected $primaryKey

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

protected $table

$timestamps 공개적으로 프로퍼티

public $timestamps