Documentation

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

Methods

__construct()

MangaReviewParser constructor.

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

getChaptersRead()

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

getContent()

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

getDate()

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

getHelpfulCount()

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

getId()

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

getMangaImageUrlFromUserPage()

public getMangaImageUrlFromUserPage() : string
Return values
string

getMangaTitle()

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

getMangaUrl()

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

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