Documentation

AnimeReviewParser
in package
implements ParserInterface

Class AnimeReviewParser

Table of Contents

Interfaces

ParserInterface
Interface ParserInterface

Properties

$crawler  : Crawler

Methods

__construct()  : mixed
AnimeReviewParser constructor.
getAnime()  : AnimeMeta
getAnimeImageUrl()  : string
getAnimeImageUrlFromUserPage()  : string
getAnimeScores()  : AnimeReviewScores
getAnimeTitle()  : string
getAnimeUrl()  : string
getContent()  : string
getDate()  : DateTimeImmutable
getEpisodesWatched()  : int|null
getHelpfulCount()  : int
getId()  : int
getModel()  : AnimeReview
Return the model
getReactions()  : Reactions
getReviewer()  : Reviewer
getReviewerScore()  : int
getReviewTag()  : array<string|int, mixed>
getType()  : string|null
getUrl()  : string
isPreliminary()  : bool
isSpoiler()  : bool

Properties

Methods

__construct()

AnimeReviewParser constructor.

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

getAnimeImageUrl()

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

getAnimeImageUrlFromUserPage()

public getAnimeImageUrlFromUserPage() : string
Return values
string

getAnimeTitle()

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

getAnimeUrl()

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

getContent()

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

getDate()

public getDate() : DateTimeImmutable
Tags
throws
InvalidArgumentException
throws
Exception
Return values
DateTimeImmutable

getEpisodesWatched()

public getEpisodesWatched() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

getHelpfulCount()

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

getId()

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

getReviewTag()

public getReviewTag() : array<string|int, mixed>
Return values
array<string|int, mixed>

getUrl()

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

        
On this page

Search results