Documentation

EpisodeListItemParser
in package
implements ParserInterface

Class EpisodeListItemParser

Table of Contents

Interfaces

ParserInterface
Interface ParserInterface

Properties

$crawler  : Crawler

Methods

__construct()  : mixed
EpisodeListItemParser constructor.
getAired()  : DateTimeImmutable|null
getEpisodeId()  : int
getEpisodeUrl()  : string
getFiller()  : bool
getForumUrl()  : string
getModel()  : EpisodeListItem
Return the model
getRecap()  : bool
getScore()  : float|null
getTitle()  : string
getTitleJapanese()  : null|string
getTitleRomanji()  : null|string
getVideoUrl()  : string

Properties

Methods

__construct()

EpisodeListItemParser constructor.

public __construct(Crawler $crawler) : mixed
Parameters
$crawler : Crawler

getAired()

public getAired() : DateTimeImmutable|null
Tags
throws
Exception
Return values
DateTimeImmutable|null

getEpisodeId()

public getEpisodeId() : int
Tags
throws
InvalidArgumentException
Return values
int

getEpisodeUrl()

public getEpisodeUrl() : string
Tags
throws
InvalidArgumentException
Return values
string

getForumUrl()

public getForumUrl() : string
Tags
throws
InvalidArgumentException
Return values
string

getTitle()

public getTitle() : string
Tags
throws
InvalidArgumentException
Return values
string

getTitleJapanese()

public getTitleJapanese() : null|string
Tags
throws
InvalidArgumentException
Return values
null|string

getTitleRomanji()

public getTitleRomanji() : null|string
Tags
throws
InvalidArgumentException
Return values
null|string

getVideoUrl()

public getVideoUrl() : string
Tags
throws
InvalidArgumentException
Return values
string

        
On this page

Search results