AnimeStats
in package
Class AnimeStats
Table of Contents
Properties
- $completed : int
- $dropped : int
- $onHold : int
- $planToWatch : int
- $scores : array<string|int, mixed>
- $total : int
- $watching : int
Methods
- fromParser() : AnimeStats
- getCompleted() : int
- getDropped() : int
- getOnHold() : int
- getPlanToWatch() : int
- getScores() : array<string|int, mixed>
- getTotal() : int
- getWatching() : int
Properties
$completed
private
int
$completed
$dropped
private
int
$dropped
$onHold
private
int
$onHold
$planToWatch
private
int
$planToWatch
$scores
private
array<string|int, mixed>
$scores
$total
private
int
$total
$watching
private
int
$watching
Methods
fromParser()
public
static fromParser(AnimeStatsParser $parser) : AnimeStats
Parameters
- $parser : AnimeStatsParser
Tags
Return values
AnimeStatsgetCompleted()
public
getCompleted() : int
Return values
intgetDropped()
public
getDropped() : int
Return values
intgetOnHold()
public
getOnHold() : int
Return values
intgetPlanToWatch()
public
getPlanToWatch() : int
Return values
intgetScores()
public
getScores() : array<string|int, mixed>
Return values
array<string|int, mixed>getTotal()
public
getTotal() : int
Return values
intgetWatching()
public
getWatching() : int