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