MagazineListParser
in package
implements
ParserInterface
Class MagazineParser
Table of Contents
Interfaces
- ParserInterface
- Interface ParserInterface
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- MagazineParser constructor.
- getMagazines() : array<string|int, mixed>|array<string|int, MagazineAnime>
- getModel() : Magazine
- Return the model
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
MagazineParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getMagazines()
public
getMagazines() : array<string|int, mixed>|array<string|int, MagazineAnime>
Tags
Return values
array<string|int, mixed>|array<string|int, MagazineAnime>getModel()
Return the model
public
getModel() : Magazine