AnimeStatsScore
in package
Class AnimeStatsScore
Table of Contents
Properties
- $percentage : float
- $score : mixed
- $votes : int
Methods
- getPercentage() : float
- getScore() : mixed
- getVotes() : int
- setProperties() : AnimeStats
Properties
$percentage
private
float
$percentage
$score
private
mixed
$score
$votes
private
int
$votes
Methods
getPercentage()
public
getPercentage() : float
Return values
floatgetScore()
public
getScore() : mixed
getVotes()
public
getVotes() : int
Return values
intsetProperties()
public
static setProperties(int $score, int $votes, float $percentage) : AnimeStats
Parameters
- $score : int
- $votes : int
- $percentage : float