AnimeReviewsParser
in package
implements
ParserInterface
Class AnimeReviewsParser
Table of Contents
Interfaces
- ParserInterface
- Interface ParserInterface
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- AnimeReviewsParser constructor.
- getCrawler() : Crawler
- getModel() : AnimeReviews
- Return the model
- getResults() : array<string|int, mixed>
- hasNextPage() : bool
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
AnimeReviewsParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getCrawler()
public
getCrawler() : Crawler
Return values
CrawlergetModel()
Return the model
public
getModel() : AnimeReviews
Return values
AnimeReviewsgetResults()
public
getResults() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>hasNextPage()
public
hasNextPage() : bool