Documentation

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

Methods

__construct()

MangaParser constructor.

public __construct(Crawler $crawler) : mixed
Parameters
$crawler : Crawler

getApproved()

public getApproved() : bool
Return values
bool

getDemographics()

public getDemographics() : array<string|int, MalUrl>
Tags
throws
InvalidArgumentException
throws
RuntimeException
Return values
array<string|int, MalUrl>

getExplicitGenres()

public getExplicitGenres() : array<string|int, MalUrl>
Tags
throws
InvalidArgumentException
throws
RuntimeException
Return values
array<string|int, MalUrl>
public getExternalLinks() : array<string|int, mixed>|array<string|int, MalUrl>
Tags
throws
InvalidArgumentException
Return values
array<string|int, mixed>|array<string|int, MalUrl>

getGenres()

public getGenres() : array<string|int, MalUrl>
Tags
throws
InvalidArgumentException
throws
RuntimeException
Return values
array<string|int, MalUrl>

getMangaAuthors()

public getMangaAuthors() : array<string|int, MalUrl>
Tags
throws
RuntimeException
throws
InvalidArgumentException
Return values
array<string|int, MalUrl>

getMangaBackground()

public getMangaBackground() : string
Tags
throws
RuntimeException
throws
InvalidArgumentException
Return values
string

getMangaChapters()

public getMangaChapters() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

getMangaFavorites()

public getMangaFavorites() : int
Tags
throws
InvalidArgumentException
Return values
int

getMangaId()

public getMangaId() : int
Tags
throws
InvalidArgumentException
throws
RuntimeException
Return values
int

getMangaImageURL()

public getMangaImageURL() : string
Tags
throws
InvalidArgumentException
Return values
string

getMangaMembers()

public getMangaMembers() : int
Tags
throws
InvalidArgumentException
Return values
int

getMangaPopularity()

public getMangaPopularity() : int
Tags
throws
InvalidArgumentException
Return values
int

getMangaPublishedString()

public getMangaPublishedString() : string
Tags
throws
InvalidArgumentException
Return values
string

getMangaRank()

public getMangaRank() : int
Tags
throws
InvalidArgumentException
Return values
int

getMangaRelated()

public getMangaRelated() : array<string|int, mixed>
Tags
throws
InvalidArgumentException
throws
RuntimeException
Return values
array<string|int, mixed>

getMangaSerialization()

public getMangaSerialization() : array<string|int, MalUrl>
Tags
throws
RuntimeException
throws
InvalidArgumentException
Return values
array<string|int, MalUrl>

getMangaStatus()

public getMangaStatus() : string|null
Tags
throws
InvalidArgumentException
Return values
string|null

getMangaSynopsis()

public getMangaSynopsis() : string
Tags
throws
InvalidArgumentException
Return values
string

getMangaTitle()

public getMangaTitle() : string
Tags
throws
InvalidArgumentException
Return values
string

getMangaTitleEnglish()

public getMangaTitleEnglish() : string|null
Tags
throws
InvalidArgumentException
Return values
string|null

getMangaTitleJapanese()

public getMangaTitleJapanese() : string|null
Tags
throws
InvalidArgumentException
Return values
string|null

getMangaTitleSynonyms()

public getMangaTitleSynonyms() : array<string|int, string>
Tags
throws
InvalidArgumentException
Return values
array<string|int, string>

getMangaType()

public getMangaType() : string|null
Tags
throws
InvalidArgumentException
Return values
string|null

getMangaURL()

public getMangaURL() : string
Tags
throws
InvalidArgumentException
Return values
string

getMangaVolumes()

public getMangaVolumes() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

getModel()

Return the model

public getModel() : Manga
Tags
throws
RuntimeException
throws
InvalidArgumentException
Return values
Manga

getScore()

public getScore() : float
Tags
throws
RuntimeException
throws
InvalidArgumentException
Return values
float

getScoredBy()

public getScoredBy() : int
Tags
throws
RuntimeException
throws
InvalidArgumentException
Return values
int

getThemes()

public getThemes() : array<string|int, MalUrl>
Tags
throws
InvalidArgumentException
throws
RuntimeException
Return values
array<string|int, MalUrl>

getTitles()

public getTitles() : array<string|int, Title>
Tags
throws
Exception
Return values
array<string|int, Title>

        
On this page

Search results