MangaGenreListParser
in package
implements
ParserInterface
Class GenreParser
Table of Contents
Interfaces
- ParserInterface
- Interface ParserInterface
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- GenreParser constructor.
- getDemographics() : array<string|int, mixed>|array<string|int, MangaGenreListItem>
- getExplicitGenres() : array<string|int, mixed>|array<string|int, MangaGenreListItem>
- getGenres() : array<string|int, mixed>|array<string|int, MangaGenreListItem>
- getModel() : MangaGenreList
- Return the model
- getThemes() : array<string|int, mixed>|array<string|int, MangaGenreListItem>
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
GenreParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getDemographics()
public
getDemographics() : array<string|int, mixed>|array<string|int, MangaGenreListItem>
Tags
Return values
array<string|int, mixed>|array<string|int, MangaGenreListItem>getExplicitGenres()
public
getExplicitGenres() : array<string|int, mixed>|array<string|int, MangaGenreListItem>
Tags
Return values
array<string|int, mixed>|array<string|int, MangaGenreListItem>getGenres()
public
getGenres() : array<string|int, mixed>|array<string|int, MangaGenreListItem>
Tags
Return values
array<string|int, mixed>|array<string|int, MangaGenreListItem>getModel()
Return the model
public
getModel() : MangaGenreList
Tags
Return values
MangaGenreListgetThemes()
public
getThemes() : array<string|int, mixed>|array<string|int, MangaGenreListItem>