MangaReviewParser
in package
implements
ParserInterface
Class MangaReviewParser
Table of Contents
Interfaces
- ParserInterface
- Interface ParserInterface
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- MangaReviewParser constructor.
- getChaptersRead() : int|null
- getContent() : string
- getDate() : DateTimeImmutable
- getHelpfulCount() : int
- getId() : int
- getManga() : MangaMeta
- getMangaImageUrl() : string
- getMangaImageUrlFromUserPage() : string
- getMangaScores() : MangaReviewScores
- getMangaTitle() : string
- getMangaUrl() : string
- getModel() : MangaReview
- Return the model
- getReactions() : Reactions
- getReviewer() : Reviewer
- getReviewerScore() : int
- getReviewTag() : array<string|int, mixed>
- getType() : string|null
- getUrl() : string
- isPreliminary() : bool
- isSpoiler() : bool
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
MangaReviewParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getChaptersRead()
public
getChaptersRead() : int|null
Tags
Return values
int|nullgetContent()
public
getContent() : string
Tags
Return values
stringgetDate()
public
getDate() : DateTimeImmutable
Tags
Return values
DateTimeImmutablegetHelpfulCount()
public
getHelpfulCount() : int
Tags
Return values
intgetId()
public
getId() : int
Tags
Return values
intgetManga()
public
getManga([string $page = null ]) : MangaMeta
Parameters
- $page : string = null
Tags
Return values
MangaMetagetMangaImageUrl()
public
getMangaImageUrl() : string
Return values
stringgetMangaImageUrlFromUserPage()
public
getMangaImageUrlFromUserPage() : string
Return values
stringgetMangaScores()
public
getMangaScores() : MangaReviewScores
Tags
Return values
MangaReviewScoresgetMangaTitle()
public
getMangaTitle() : string
Tags
Return values
stringgetMangaUrl()
public
getMangaUrl() : string
Tags
Return values
stringgetModel()
Return the model
public
getModel() : MangaReview
Tags
Return values
MangaReviewgetReactions()
public
getReactions() : Reactions
Return values
ReactionsgetReviewer()
public
getReviewer() : Reviewer
Return values
ReviewergetReviewerScore()
public
getReviewerScore() : int
Return values
intgetReviewTag()
public
getReviewTag() : array<string|int, mixed>
Return values
array<string|int, mixed>getType()
public
getType() : string|null
Return values
string|nullgetUrl()
public
getUrl() : string
Tags
Return values
stringisPreliminary()
public
isPreliminary() : bool
Return values
boolisSpoiler()
public
isSpoiler() : bool