AnimeEpisodeParser
in package
implements
ParserInterface
Class AnimeEpisodeParser
Table of Contents
Interfaces
- ParserInterface
- Interface ParserInterface
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- EpisodeListItemParser constructor.
- getAired() : DateTimeImmutable|null
- getDuration() : int|null
- getEpisodeId() : int
- getEpisodeUrl() : string
- getFiller() : bool
- getForumUrl() : string
- getModel() : AnimeEpisode
- Return the model
- getRecap() : bool
- getSynopsis() : string|null
- getTitle() : string
- getTitleJapanese() : null|string
- getTitleRomanji() : null|string
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
EpisodeListItemParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getAired()
public
getAired() : DateTimeImmutable|null
Tags
Return values
DateTimeImmutable|nullgetDuration()
public
getDuration() : int|null
Return values
int|nullgetEpisodeId()
public
getEpisodeId() : int
Tags
Return values
intgetEpisodeUrl()
public
getEpisodeUrl() : string
Tags
Return values
stringgetFiller()
public
getFiller() : bool
Return values
boolgetForumUrl()
public
getForumUrl() : string
Tags
Return values
stringgetModel()
Return the model
public
getModel() : AnimeEpisode
Tags
Return values
AnimeEpisodegetRecap()
public
getRecap() : bool
Return values
boolgetSynopsis()
public
getSynopsis() : string|null
Return values
string|nullgetTitle()
public
getTitle() : string
Tags
Return values
stringgetTitleJapanese()
public
getTitleJapanese() : null|string
Tags
Return values
null|stringgetTitleRomanji()
public
getTitleRomanji() : null|string