AnimeSearchListItemParser
in package
Class AnimeSearchListItemParser
Table of Contents
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- AnimeSearchParser constructor.
- getEndDate() : DateTimeImmutable|null
- getEndDateString() : string|null
- getEpisodes() : int
- getImageUrl() : string
- getMembers() : int
- getModel() : AnimeSearchListItem
- getRated() : string|null
- getScore() : float
- getStartDate() : DateTimeImmutable|null
- getStartDateString() : string|null
- getSynopsis() : string
- getTitle() : string
- getType() : string
- getUrl() : string
- isAiring() : bool
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
AnimeSearchParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getEndDate()
public
getEndDate() : DateTimeImmutable|null
Tags
Return values
DateTimeImmutable|nullgetEndDateString()
public
getEndDateString() : string|null
Tags
Return values
string|nullgetEpisodes()
public
getEpisodes() : int
Tags
Return values
intgetImageUrl()
public
getImageUrl() : string
Tags
Return values
stringgetMembers()
public
getMembers() : int
Tags
Return values
intgetModel()
public
getModel() : AnimeSearchListItem
Tags
Return values
AnimeSearchListItemgetRated()
public
getRated() : string|null
Tags
Return values
string|nullgetScore()
public
getScore() : float
Tags
Return values
floatgetStartDate()
public
getStartDate() : DateTimeImmutable|null
Tags
Return values
DateTimeImmutable|nullgetStartDateString()
public
getStartDateString() : string|null
Tags
Return values
string|nullgetSynopsis()
public
getSynopsis() : string
Tags
Return values
stringgetTitle()
public
getTitle() : string
Tags
Return values
stringgetType()
public
getType() : string
Tags
Return values
stringgetUrl()
public
getUrl() : string
Tags
Return values
stringisAiring()
public
isAiring() : bool