MangaGenreList
in package
Class MangaGenre
Table of Contents
Properties
- $demographics : array<string|int, mixed>|array<string|int, MangaGenreListItem>
- $explicitGenres : array<string|int, mixed>|array<string|int, MangaGenreListItem>
- $genres : array<string|int, mixed>|array<string|int, MangaGenreListItem>
- $themes : array<string|int, mixed>|array<string|int, MangaGenreListItem>
Methods
- fromParser() : MangaGenre
- 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>
- getThemes() : array<string|int, mixed>|array<string|int, MangaGenreListItem>
Properties
$demographics
public
array<string|int, mixed>|array<string|int, MangaGenreListItem>
$demographics
= []
$explicitGenres
public
array<string|int, mixed>|array<string|int, MangaGenreListItem>
$explicitGenres
= []
$genres
public
array<string|int, mixed>|array<string|int, MangaGenreListItem>
$genres
= []
$themes
public
array<string|int, mixed>|array<string|int, MangaGenreListItem>
$themes
= []
Methods
fromParser()
public
static fromParser(MangaGenreListParser $parser) : MangaGenre
Parameters
- $parser : MangaGenreListParser
Tags
Return values
MangaGenregetDemographics()
public
getDemographics() : array<string|int, mixed>|array<string|int, MangaGenreListItem>
Return values
array<string|int, mixed>|array<string|int, MangaGenreListItem>getExplicitGenres()
public
getExplicitGenres() : array<string|int, mixed>|array<string|int, MangaGenreListItem>
Return values
array<string|int, mixed>|array<string|int, MangaGenreListItem>getGenres()
public
getGenres() : array<string|int, mixed>|array<string|int, MangaGenreListItem>
Return values
array<string|int, mixed>|array<string|int, MangaGenreListItem>getThemes()
public
getThemes() : array<string|int, mixed>|array<string|int, MangaGenreListItem>