PHP 클래스 App\Models\UserStatistics\Model

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

공개 프로퍼티들

프로퍼티 타입 설명
$timestamps

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( $attributes = [], $zeroInsteadOfNull = true )
countryRank ( )
currentLevel ( )
currentLevelProgress ( )
currentLevelProgressPercent ( )
getCountryAcronymAttribute ( $value )
getCreatedAtColumn ( )
setCreatedAt ( $value )
totalHits ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $attributes = [], $zeroInsteadOfNull = true )

countryRank() 공개 메소드

public countryRank ( )

currentLevel() 공개 메소드

public currentLevel ( )

currentLevelProgress() 공개 메소드

currentLevelProgressPercent() 공개 메소드

getCountryAcronymAttribute() 공개 메소드

public getCountryAcronymAttribute ( $value )

getCreatedAtColumn() 공개 메소드

public getCreatedAtColumn ( )

setCreatedAt() 공개 메소드

public setCreatedAt ( $value )

totalHits() 공개 메소드

public totalHits ( )

프로퍼티 상세

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

protected $guarded

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

protected $primaryKey

$timestamps 공개적으로 프로퍼티

public $timestamps