EpisodeListItem
in package
Class EpisodeParser
Table of Contents
Properties
- $aired : DateTimeImmutable|null
- $filler : bool
- $forumUrl : string|null
- $malId : int
- $recap : bool
- $score : float|null
- $title : string
- $titleJapanese : string|null
- $titleRomanji : string|null
- $url : string|null
Methods
- fromParser() : EpisodeListItem
- getAired() : DateTimeImmutable|null
- getForumUrl() : string
- getMalId() : int
- getScore() : float
- getTitle() : string
- getTitleJapanese() : string|null
- getTitleRomanji() : string|null
- getUrl() : string
- isFiller() : bool
- isRecap() : bool
Properties
$aired
public
DateTimeImmutable|null
$aired
$filler
public
bool
$filler
$forumUrl
public
string|null
$forumUrl
$malId
public
int
$malId
$recap
public
bool
$recap
$score
public
float|null
$score
$title
public
string
$title
$titleJapanese
public
string|null
$titleJapanese
$titleRomanji
public
string|null
$titleRomanji
$url
private
string|null
$url
Methods
fromParser()
public
static fromParser(EpisodeListItemParser $parser) : EpisodeListItem
Parameters
- $parser : EpisodeListItemParser
Tags
Return values
EpisodeListItemgetAired()
public
getAired() : DateTimeImmutable|null
Return values
DateTimeImmutable|nullgetForumUrl()
public
getForumUrl() : string
Return values
stringgetMalId()
public
getMalId() : int
Return values
intgetScore()
public
getScore() : float
Return values
floatgetTitle()
public
getTitle() : string
Return values
stringgetTitleJapanese()
public
getTitleJapanese() : string|null
Return values
string|nullgetTitleRomanji()
public
getTitleRomanji() : string|null
Return values
string|nullgetUrl()
public
getUrl() : string
Return values
stringisFiller()
public
isFiller() : bool
Return values
boolisRecap()
public
isRecap() : bool