PHP Class App\Models\UserStatistics\Model

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
$primaryKey

Public Methods

Method Description
__construct ( $attributes = [], $zeroInsteadOfNull = true )
countryRank ( )
currentLevel ( )
currentLevelProgress ( )
currentLevelProgressPercent ( )
getCountryAcronymAttribute ( $value )
getCreatedAtColumn ( )
setCreatedAt ( $value )
totalHits ( )

Method Details

__construct() public method

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

countryRank() public method

public countryRank ( )

currentLevel() public method

public currentLevel ( )

currentLevelProgress() public method

currentLevelProgressPercent() public method

getCountryAcronymAttribute() public method

public getCountryAcronymAttribute ( $value )

getCreatedAtColumn() public method

public getCreatedAtColumn ( )

setCreatedAt() public method

public setCreatedAt ( $value )

totalHits() public method

public totalHits ( )

Property Details

$guarded protected property

protected $guarded

$primaryKey protected property

protected $primaryKey

$timestamps public property

public $timestamps