Documentation

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

$background

private string|null $background

$chapters

private int|null $chapters

$demographics

private array<string|int, MalUrl> $demographics = []

$explicitGenres

private array<string|int, MalUrl> $explicitGenres = []
private array<string|int, Url> $externalLinks = []

$favorites

private int|null $favorites

$members

private int|null $members

$popularity

private int|null $popularity

$publishing

private bool $publishing = false

$rank

private int|null $rank

$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

$title

private string $title

$titleEnglish

private string|null $titleEnglish

$titleJapanese

private string|null $titleJapanese

$titleSynonyms

private array<string|int, string> $titleSynonyms

$type

private string|null $type

$volumes

private int|null $volumes

Methods

fromParser()

Create an instance from an MangaParser parser

public static fromParser(MangaParser $parser) : Manga
Parameters
$parser : MangaParser
Tags
throws
RuntimeException
throws
InvalidArgumentException
Return values
Manga

getAuthors()

public getAuthors() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>

getBackground()

public getBackground() : string|null
Return values
string|null

getChapters()

public getChapters() : int|null
Return values
int|null

getDemographics()

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>
public getExternalLinks() : array<string|int, Url>
Return values
array<string|int, Url>

getFavorites()

public getFavorites() : int|null
Return values
int|null

getGenres()

public getGenres() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>

getMalId()

public getMalId() : int
Return values
int

getMembers()

public getMembers() : int|null
Return values
int|null

getPopularity()

public getPopularity() : int|null
Return values
int|null

getRank()

public getRank() : int|null
Return values
int|null

getRelated()

public getRelated() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>

getScore()

public getScore() : float|null
Return values
float|null

getScoredBy()

public getScoredBy() : int|null
Return values
int|null

getSerializations()

public getSerializations() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>

getStatus()

public getStatus() : string|null
Return values
string|null

getSynopsis()

public getSynopsis() : string|null
Return values
string|null

getThemes()

public getThemes() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>

getTitle()

public getTitle() : string
Tags
deprecated

Use instead.

Return values
string

getTitleEnglish()

public getTitleEnglish() : string|null
Tags
deprecated

Use instead.

Return values
string|null

getTitleJapanese()

public getTitleJapanese() : string|null
Tags
deprecated

Use instead.

Return values
string|null

getTitles()

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

getTitleSynonyms()

public getTitleSynonyms() : array<string|int, string>
Tags
deprecated

Use instead.

Return values
array<string|int, string>

getType()

public getType() : string|null
Return values
string|null

getUrl()

public getUrl() : string
Return values
string

getVolumes()

public getVolumes() : int|null
Return values
int|null

isApproved()

public isApproved() : bool
Return values
bool

isPublishing()

public isPublishing() : bool
Return values
bool

        
On this page

Search results