MagazineManga
extends MangaCard
in package
Class MagazineManga
Table of Contents
Properties
- $authors : array<string|int, MalUrl>
- $demographics : array<string|int, MalUrl>
- $explicitGenres : array<string|int, MalUrl>
- $genres : array<string|int, MalUrl>
- $images : CommonImageResource
- $malId : int
- $members : int
- $publishingStart : DateTimeImmutable|null
- $score : float|null
- $serialization : array<string|int, string>|null
- $synopsis : string
- $themes : array<string|int, MalUrl>
- $title : string
- $type : string|null
- $url : string
- $volumes : int|null
Methods
- __toString() : string
- getAuthors() : array<string|int, MalUrl>
- getDemographics() : array<string|int, MalUrl>
- getExplicitGenres() : array<string|int, MalUrl>
- getGenres() : array<string|int, MalUrl>
- getImages() : CommonImageResource
- getMalId() : int
- getMembers() : int
- getPublishingStart() : DateTimeImmutable|null
- getScore() : float|null
- getSerialization() : array<string|int, string>|null
- getSynopsis() : string
- getThemes() : array<string|int, MalUrl>
- getTitle() : string
- getType() : string|null
- getUrl() : string
- getVolumes() : int|null
- parseMagazineManga() : MagazineManga
- parseMangaCard() : MangaCard
- setProperties() : void
Properties
$authors
protected
array<string|int, MalUrl>
$authors
$demographics
protected
array<string|int, MalUrl>
$demographics
$explicitGenres
protected
array<string|int, MalUrl>
$explicitGenres
$genres
protected
array<string|int, MalUrl>
$genres
$images
protected
CommonImageResource
$images
$malId
protected
int
$malId
$members
protected
int
$members
$publishingStart
protected
DateTimeImmutable|null
$publishingStart
$score
protected
float|null
$score
$serialization
protected
array<string|int, string>|null
$serialization
$synopsis
protected
string
$synopsis
$themes
protected
array<string|int, MalUrl>
$themes
$title
protected
string
$title
$type
protected
string|null
$type
$url
protected
string
$url
$volumes
protected
int|null
$volumes
Methods
__toString()
public
__toString() : string
Return values
stringgetAuthors()
public
getAuthors() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>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>getGenres()
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
Return values
intgetPublishingStart()
public
getPublishingStart() : DateTimeImmutable|null
Return values
DateTimeImmutable|nullgetScore()
public
getScore() : float|null
Return values
float|nullgetSerialization()
public
getSerialization() : array<string|int, string>|null
Return values
array<string|int, string>|nullgetSynopsis()
public
getSynopsis() : string
Return values
stringgetThemes()
public
getThemes() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>getTitle()
public
getTitle() : string
Return values
stringgetType()
public
getType() : string|null
Return values
string|nullgetUrl()
public
getUrl() : string
Return values
stringgetVolumes()
public
getVolumes() : int|null
Return values
int|nullparseMagazineManga()
public
static parseMagazineManga(MangaCardParser $parser) : MagazineManga
Parameters
- $parser : MangaCardParser
Tags
Return values
MagazineMangaparseMangaCard()
public
static parseMangaCard(MangaCardParser $parser) : MangaCard
Parameters
- $parser : MangaCardParser
Tags
Return values
MangaCardsetProperties()
protected
static setProperties(MangaCardParser $parser, MangaCard $instance) : void
Parameters
- $parser : MangaCardParser
- $instance : MangaCard