MangaParser
in package
implements
ParserInterface
Class MangaParser
Table of Contents
Interfaces
- ParserInterface
- Interface ParserInterface
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- MangaParser constructor.
- getApproved() : bool
- getDemographics() : array<string|int, MalUrl>
- getExplicitGenres() : array<string|int, MalUrl>
- getExternalLinks() : array<string|int, mixed>|array<string|int, MalUrl>
- getGenres() : array<string|int, MalUrl>
- getMangaAuthors() : array<string|int, MalUrl>
- getMangaBackground() : string
- getMangaChapters() : int|null
- getMangaFavorites() : int
- getMangaId() : int
- getMangaImageURL() : string
- getMangaMembers() : int
- getMangaPopularity() : int
- getMangaPublishedString() : string
- getMangaRank() : int
- getMangaRelated() : array<string|int, mixed>
- getMangaSerialization() : array<string|int, MalUrl>
- getMangaStatus() : string|null
- getMangaSynopsis() : string
- getMangaTitle() : string
- getMangaTitleEnglish() : string|null
- getMangaTitleJapanese() : string|null
- getMangaTitleSynonyms() : array<string|int, string>
- getMangaType() : string|null
- getMangaURL() : string
- getMangaVolumes() : int|null
- getModel() : Manga
- Return the model
- getPublished() : DateRange
- getScore() : float
- getScoredBy() : int
- getThemes() : array<string|int, MalUrl>
- getTitles() : array<string|int, Title>
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
MangaParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getApproved()
public
getApproved() : bool
Return values
boolgetDemographics()
public
getDemographics() : array<string|int, MalUrl>
Tags
Return values
array<string|int, MalUrl>getExplicitGenres()
public
getExplicitGenres() : array<string|int, MalUrl>
Tags
Return values
array<string|int, MalUrl>getExternalLinks()
public
getExternalLinks() : array<string|int, mixed>|array<string|int, MalUrl>
Tags
Return values
array<string|int, mixed>|array<string|int, MalUrl>getGenres()
public
getGenres() : array<string|int, MalUrl>
Tags
Return values
array<string|int, MalUrl>getMangaAuthors()
public
getMangaAuthors() : array<string|int, MalUrl>
Tags
Return values
array<string|int, MalUrl>getMangaBackground()
public
getMangaBackground() : string
Tags
Return values
stringgetMangaChapters()
public
getMangaChapters() : int|null
Tags
Return values
int|nullgetMangaFavorites()
public
getMangaFavorites() : int
Tags
Return values
intgetMangaId()
public
getMangaId() : int
Tags
Return values
intgetMangaImageURL()
public
getMangaImageURL() : string
Tags
Return values
stringgetMangaMembers()
public
getMangaMembers() : int
Tags
Return values
intgetMangaPopularity()
public
getMangaPopularity() : int
Tags
Return values
intgetMangaPublishedString()
public
getMangaPublishedString() : string
Tags
Return values
stringgetMangaRank()
public
getMangaRank() : int
Tags
Return values
intgetMangaRelated()
public
getMangaRelated() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getMangaSerialization()
public
getMangaSerialization() : array<string|int, MalUrl>
Tags
Return values
array<string|int, MalUrl>getMangaStatus()
public
getMangaStatus() : string|null
Tags
Return values
string|nullgetMangaSynopsis()
public
getMangaSynopsis() : string
Tags
Return values
stringgetMangaTitle()
public
getMangaTitle() : string
Tags
Return values
stringgetMangaTitleEnglish()
public
getMangaTitleEnglish() : string|null
Tags
Return values
string|nullgetMangaTitleJapanese()
public
getMangaTitleJapanese() : string|null
Tags
Return values
string|nullgetMangaTitleSynonyms()
public
getMangaTitleSynonyms() : array<string|int, string>
Tags
Return values
array<string|int, string>getMangaType()
public
getMangaType() : string|null
Tags
Return values
string|nullgetMangaURL()
public
getMangaURL() : string
Tags
Return values
stringgetMangaVolumes()
public
getMangaVolumes() : int|null
Tags
Return values
int|nullgetModel()
Return the model
public
getModel() : Manga
Tags
Return values
MangagetPublished()
public
getPublished() : DateRange
Tags
Return values
DateRangegetScore()
public
getScore() : float
Tags
Return values
floatgetScoredBy()
public
getScoredBy() : int
Tags
Return values
intgetThemes()
public
getThemes() : array<string|int, MalUrl>
Tags
Return values
array<string|int, MalUrl>getTitles()
public
getTitles() : array<string|int, Title>