AnimeGenreListParser
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, AnimeGenreListItem>
- getExplicitGenres() : array<string|int, mixed>|array<string|int, AnimeGenreListItem>
- getGenres() : array<string|int, mixed>|array<string|int, AnimeGenreListItem>
- getModel() : AnimeGenreList
- Return the model
- getThemes() : array<string|int, mixed>|array<string|int, AnimeGenreListItem>
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, AnimeGenreListItem>
Tags
Return values
array<string|int, mixed>|array<string|int, AnimeGenreListItem>getExplicitGenres()
public
getExplicitGenres() : array<string|int, mixed>|array<string|int, AnimeGenreListItem>
Tags
Return values
array<string|int, mixed>|array<string|int, AnimeGenreListItem>getGenres()
public
getGenres() : array<string|int, mixed>|array<string|int, AnimeGenreListItem>
Tags
Return values
array<string|int, mixed>|array<string|int, AnimeGenreListItem>getModel()
Return the model
public
getModel() : AnimeGenreList
Tags
Return values
AnimeGenreListgetThemes()
public
getThemes() : array<string|int, mixed>|array<string|int, AnimeGenreListItem>