Manga
in package
Class Manga
Table of Contents
Properties
- $approved : bool
- $authors : array<string|int, MalUrl>
- $background : string|null
- $chapters : int|null
- $demographics : array<string|int, MalUrl>
- $explicitGenres : array<string|int, MalUrl>
- $externalLinks : array<string|int, Url>
- $favorites : int|null
- $genres : array<string|int, MalUrl>
- $images : CommonImageResource
- $malId : int
- $members : int|null
- $popularity : int|null
- $published : DateRange
- $publishing : bool
- $rank : int|null
- $related : array<string|int, MalUrl>
- $score : float|null
- $scoredBy : int|null
- $serializations : array<string|int, MalUrl>
- $status : string
- $synopsis : string|null
- $themes : array<string|int, MalUrl>
- $title : string
- $titleEnglish : string|null
- $titleJapanese : string|null
- $titles : array<string|int, Title>
- $titleSynonyms : array<string|int, string>
- $type : string|null
- $url : string
- $volumes : int|null
Methods
- fromParser() : Manga
- Create an instance from an MangaParser parser
- getAuthors() : array<string|int, MalUrl>
- getBackground() : string|null
- getChapters() : int|null
- getDemographics() : array<string|int, MalUrl>
- getExplicitGenres() : array<string|int, MalUrl>
- getExternalLinks() : array<string|int, Url>
- getFavorites() : int|null
- getGenres() : array<string|int, MalUrl>
- getImages() : CommonImageResource
- getMalId() : int
- getMembers() : int|null
- getPopularity() : int|null
- getPublished() : DateRange
- getRank() : int|null
- getRelated() : array<string|int, MalUrl>
- getScore() : float|null
- getScoredBy() : int|null
- getSerializations() : array<string|int, MalUrl>
- getStatus() : string|null
- getSynopsis() : string|null
- getThemes() : array<string|int, MalUrl>
- getTitle() : string
- getTitleEnglish() : string|null
- getTitleJapanese() : string|null
- getTitles() : array<string|int, Title>
- getTitleSynonyms() : array<string|int, string>
- getType() : string|null
- getUrl() : string
- getVolumes() : int|null
- isApproved() : bool
- isPublishing() : bool
Properties
$approved
private
bool
$approved
$authors
private
array<string|int, MalUrl>
$authors
= []
$background
private
string|null
$background
$chapters
private
int|null
$chapters
$demographics
private
array<string|int, MalUrl>
$demographics
= []
$explicitGenres
private
array<string|int, MalUrl>
$explicitGenres
= []
$externalLinks
private
array<string|int, Url>
$externalLinks
= []
$favorites
private
int|null
$favorites
$genres
private
array<string|int, MalUrl>
$genres
= []
$images
private
CommonImageResource
$images
$malId
private
int
$malId
$members
private
int|null
$members
$popularity
private
int|null
$popularity
$published
private
DateRange
$published
$publishing
private
bool
$publishing
= false
$rank
private
int|null
$rank
$related
private
array<string|int, MalUrl>
$related
= []
$score
private
float|null
$score
$scoredBy
private
int|null
$scoredBy
$serializations
private
array<string|int, MalUrl>
$serializations
= []
$status
private
string
$status
$synopsis
private
string|null
$synopsis
$themes
private
array<string|int, MalUrl>
$themes
= []
$title
private
string
$title
$titleEnglish
private
string|null
$titleEnglish
$titleJapanese
private
string|null
$titleJapanese
$titles
private
array<string|int, Title>
$titles
$titleSynonyms
private
array<string|int, string>
$titleSynonyms
$type
private
string|null
$type
$url
private
string
$url
$volumes
private
int|null
$volumes
Methods
fromParser()
Create an instance from an MangaParser parser
public
static fromParser(MangaParser $parser) : Manga
Parameters
- $parser : MangaParser
Tags
Return values
MangagetAuthors()
public
getAuthors() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>getBackground()
public
getBackground() : string|null
Return values
string|nullgetChapters()
public
getChapters() : int|null
Return values
int|nullgetDemographics()
public
getDemographics() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>getExplicitGenres()
public
getExplicitGenres() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>getExternalLinks()
public
getExternalLinks() : array<string|int, Url>
Return values
array<string|int, Url>getFavorites()
public
getFavorites() : int|null
Return values
int|nullgetGenres()
public
getGenres() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>getImages()
public
getImages() : CommonImageResource
Return values
CommonImageResourcegetMalId()
public
getMalId() : int
Return values
intgetMembers()
public
getMembers() : int|null
Return values
int|nullgetPopularity()
public
getPopularity() : int|null
Return values
int|nullgetPublished()
public
getPublished() : DateRange
Return values
DateRangegetRank()
public
getRank() : int|null
Return values
int|nullgetRelated()
public
getRelated() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>getScore()
public
getScore() : float|null
Return values
float|nullgetScoredBy()
public
getScoredBy() : int|null
Return values
int|nullgetSerializations()
public
getSerializations() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>getStatus()
public
getStatus() : string|null
Return values
string|nullgetSynopsis()
public
getSynopsis() : string|null
Return values
string|nullgetThemes()
public
getThemes() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>getTitle()
public
getTitle() : string
Tags
Return values
stringgetTitleEnglish()
public
getTitleEnglish() : string|null
Tags
Return values
string|nullgetTitleJapanese()
public
getTitleJapanese() : string|null
Tags
Return values
string|nullgetTitles()
public
getTitles() : array<string|int, Title>
Return values
array<string|int, Title>getTitleSynonyms()
public
getTitleSynonyms() : array<string|int, string>
Tags
Return values
array<string|int, string>getType()
public
getType() : string|null
Return values
string|nullgetUrl()
public
getUrl() : string
Return values
stringgetVolumes()
public
getVolumes() : int|null
Return values
int|nullisApproved()
public
isApproved() : bool
Return values
boolisPublishing()
public
isPublishing() : bool