TopAnimeListItem
in package
Class TopAnimeListItem
Table of Contents
Properties
- $endDate : string|null
- $episodes : int
- $images : CommonImageResource
- $malId : int
- $members : int
- $rank : int
- $score : float
- $startDate : string|null
- $title : string
- $type : string
- $url : string
Methods
- __toString() : string
- fromParser() : self
- Create an instance from an AnimeParser parser
- getEndDate() : string|null
- getEpisodes() : int|null
- getImages() : CommonImageResource
- getMalId() : int
- getMembers() : int
- getRank() : int
- getScore() : float
- getStartDate() : string|null
- getTitle() : string
- getType() : string
- getUrl() : string
Properties
$endDate
private
string|null
$endDate
$episodes
private
int
$episodes
$images
private
CommonImageResource
$images
$malId
private
int
$malId
$members
private
int
$members
$rank
private
int
$rank
$score
private
float
$score
$startDate
private
string|null
$startDate
$title
private
string
$title
$type
private
string
$type
$url
private
string
$url
Methods
__toString()
public
__toString() : string
Return values
stringfromParser()
Create an instance from an AnimeParser parser
public
static fromParser(TopListItemParser $parser) : self
Parameters
- $parser : TopListItemParser
Tags
Return values
selfgetEndDate()
public
getEndDate() : string|null
Return values
string|nullgetEpisodes()
public
getEpisodes() : int|null
Return values
int|nullgetImages()
public
getImages() : CommonImageResource
Return values
CommonImageResourcegetMalId()
public
getMalId() : int
Return values
intgetMembers()
public
getMembers() : int
Return values
intgetRank()
public
getRank() : int
Return values
intgetScore()
public
getScore() : float
Return values
floatgetStartDate()
public
getStartDate() : string|null
Return values
string|nullgetTitle()
public
getTitle() : string
Return values
stringgetType()
public
getType() : string
Return values
stringgetUrl()
public
getUrl() : string