AnimeStats
in package
Class AnimeStats
Table of Contents
Properties
- $completed : int
- $daysWatched : float
- $dropped : int
- $episodesWatched : int
- $meanScore : float
- $onHold : int
- $planToWatch : int
- $rewatched : int
- $totalEntries : int
- $watching : int
Methods
- fromParser() : AnimeStats
- getCompleted() : int
- getDaysWatched() : float
- getDropped() : int
- getEpisodesWatched() : int
- getMeanScore() : float
- getOnHold() : int
- getPlanToWatch() : int
- getRewatched() : int
- getTotalEntries() : int
- getWatching() : int
Properties
$completed
private
int
$completed
$daysWatched
private
float
$daysWatched
$dropped
private
int
$dropped
$episodesWatched
private
int
$episodesWatched
$meanScore
private
float
$meanScore
$onHold
private
int
$onHold
$planToWatch
private
int
$planToWatch
$rewatched
private
int
$rewatched
$totalEntries
private
int
$totalEntries
$watching
private
int
$watching
Methods
fromParser()
public
static fromParser(AnimeStatsParser $parser) : AnimeStats
Parameters
- $parser : AnimeStatsParser
Tags
Return values
AnimeStatsgetCompleted()
public
getCompleted() : int
Return values
intgetDaysWatched()
public
getDaysWatched() : float
Return values
floatgetDropped()
public
getDropped() : int
Return values
intgetEpisodesWatched()
public
getEpisodesWatched() : int
Return values
intgetMeanScore()
public
getMeanScore() : float
Return values
floatgetOnHold()
public
getOnHold() : int
Return values
intgetPlanToWatch()
public
getPlanToWatch() : int
Return values
intgetRewatched()
public
getRewatched() : int
Return values
intgetTotalEntries()
public
getTotalEntries() : int
Return values
intgetWatching()
public
getWatching() : int