StreamEpisodeListItemParser
in package
implements
ParserInterface
Class StreamEpisodeListItemParser
Table of Contents
Interfaces
- ParserInterface
- Interface ParserInterface
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- EpisodeListItemParser constructor.
- getEpisode() : string
- getImageUrl() : string|null
- getMalId() : int|null
- getModel() : StreamEpisodeListItem
- Return the model
- getTitle() : string
- getUrl() : string
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
EpisodeListItemParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getEpisode()
public
getEpisode() : string
Tags
Return values
stringgetImageUrl()
public
getImageUrl() : string|null
Tags
Return values
string|nullgetMalId()
public
getMalId() : int|null
Return values
int|nullgetModel()
Return the model
public
getModel() : StreamEpisodeListItem
Tags
Return values
StreamEpisodeListItemgetTitle()
public
getTitle() : string
Tags
Return values
stringgetUrl()
public
getUrl() : string