PHP Class App\Models\UserStatistics\Model

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: ppy/osu-web

Méthodes publiques

Свойство Type Description
$timestamps

Protected Properties

Свойство Type Description
$guarded
$primaryKey

Méthodes publiques

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

Method Details

__construct() public méthode

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

countryRank() public méthode

public countryRank ( )

currentLevel() public méthode

public currentLevel ( )

currentLevelProgress() public méthode

currentLevelProgressPercent() public méthode

getCountryAcronymAttribute() public méthode

public getCountryAcronymAttribute ( $value )

getCreatedAtColumn() public méthode

public getCreatedAtColumn ( )

setCreatedAt() public méthode

public setCreatedAt ( $value )

totalHits() public méthode

public totalHits ( )

Property Details

$guarded protected_oe property

protected $guarded

$primaryKey protected_oe property

protected $primaryKey

$timestamps public_oe property

public $timestamps