PHP 클래스 App\Models\Score\Model

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

공개 프로퍼티들

프로퍼티 타입 설명
$timestamps

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
beatmap ( )
beatmapset ( )
getClass ( $modeInt )
scopeDefault ( $query )
scopeForUser ( $query, User $user )
user ( )

메소드 상세

beatmap() 공개 메소드

public beatmap ( )

beatmapset() 공개 메소드

public beatmapset ( )

getClass() 공개 정적인 메소드

public static getClass ( $modeInt )

scopeDefault() 공개 메소드

public scopeDefault ( $query )

scopeForUser() 공개 메소드

public scopeForUser ( $query, User $user )
$user app\models\User

user() 공개 메소드

public user ( )

프로퍼티 상세

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

protected $casts

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

protected $dates

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

protected $primaryKey

$timestamps 공개적으로 프로퍼티

public $timestamps