ComicMeta
Table of Contents
Properties
-
$ageRating
: AgeRatingEnum|null
-
$alternateCount
: string|null
-
$alternateNumber
: int|null
-
$alternateSeries
: string|null
-
$characters
: array<string|int, string>
-
$communityRating
: float|null
-
$count
: int|null
-
$editors
: array<string|int, string>
-
$format
: string|null
-
$imprint
: string|null
-
$isBlackAndWhite
: bool|null
-
$locations
: array<string|int, string>
-
$mainCharacterOrTeam
: string|null
-
$manga
: MangaEnum|null
-
$notes
: string|null
-
$number
: int|float|null
-
$review
: string|null
-
$scanInformation
: string|null
-
$seriesGroup
: string|null
-
$storyArc
: string|null
-
$storyArcNumber
: int|float|null
-
$teams
: array<string|int, string>
-
$volume
: int|float|null
-
$web
: string|null
Methods
-
__construct()
: mixed
-
ageRating()
: AgeRatingEnum|null
-
alternateCount()
: string|null
-
alternateNumber()
: int|null
-
alternateSeries()
: string|null
-
characters()
: array<string|int, string>
-
communityRating()
: float|null
-
count()
: int|null
-
editors()
: array<string|int, string>
-
format()
: string|null
-
imprint()
: string|null
-
isBlackAndWhite()
: bool|null
-
locations()
: array<string|int, string>
-
mainCharacterOrTeam()
: string|null
-
manga()
: MangaEnum|null
-
notes()
: string|null
-
number()
: int|float|null
-
review()
: string|null
-
scanInformation()
: string|null
-
seriesGroup()
: string|null
-
setCharacters()
: self
-
setEditors()
: self
-
setLocations()
: self
-
setTeams()
: self
-
storyArc()
: string|null
-
storyArcNumber()
: int|float|null
-
teams()
: array<string|int, string>
-
volume()
: int|float|null
-
web()
: string|null
$ageRating
protected
AgeRatingEnum|null
$ageRating
= null
$alternateCount
protected
string|null
$alternateCount
= null
$alternateNumber
protected
int|null
$alternateNumber
= null
$alternateSeries
protected
string|null
$alternateSeries
= null
$characters
protected
array<string|int, string>
$characters
= null
protected
float|null
$communityRating
= null
$count
protected
int|null
$count
= null
$editors
protected
array<string|int, string>
$editors
= null
protected
string|null
$format
= null
$imprint
protected
string|null
$imprint
= null
$isBlackAndWhite
protected
bool|null
$isBlackAndWhite
= null
$locations
protected
array<string|int, string>
$locations
= null
$mainCharacterOrTeam
protected
string|null
$mainCharacterOrTeam
= null
$manga
protected
MangaEnum|null
$manga
= null
$notes
protected
string|null
$notes
= null
$number
protected
int|float|null
$number
= null
$review
protected
string|null
$review
= null
protected
string|null
$scanInformation
= null
$seriesGroup
protected
string|null
$seriesGroup
= null
$storyArc
protected
string|null
$storyArc
= null
$storyArcNumber
protected
int|float|null
$storyArcNumber
= null
$teams
protected
array<string|int, string>
$teams
= null
$volume
protected
int|float|null
$volume
= null
$web
protected
string|null
$web
= null
__construct()
public
__construct([string|null $alternateSeries = null ][, int|null $alternateNumber = null ][, string|null $alternateCount = null ][, int|null $count = null ][, int|float|null $volume = null ][, int|float|null $number = null ][, string|null $storyArc = null ][, int|float|null $storyArcNumber = null ][, string|null $seriesGroup = null ][, string|null $imprint = null ][, string|null $scanInformation = null ][, string|null $notes = null ][, float|null $communityRating = null ][, bool|null $isBlackAndWhite = null ][, AgeRatingEnum|null $ageRating = null ][, string|null $review = null ][, string|null $web = null ][, MangaEnum|null $manga = null ][, string|null $mainCharacterOrTeam = null ][, string|null $format = null ]) : mixed
Parameters
-
$alternateSeries
: string|null
= null
-
-
$alternateNumber
: int|null
= null
-
-
$alternateCount
: string|null
= null
-
-
$count
: int|null
= null
-
-
$volume
: int|float|null
= null
-
-
$number
: int|float|null
= null
-
-
$storyArc
: string|null
= null
-
-
$storyArcNumber
: int|float|null
= null
-
-
$seriesGroup
: string|null
= null
-
-
$imprint
: string|null
= null
-
-
$scanInformation
: string|null
= null
-
-
$notes
: string|null
= null
-
-
$communityRating
: float|null
= null
-
-
$isBlackAndWhite
: bool|null
= null
-
-
$ageRating
: AgeRatingEnum|null
= null
-
-
$review
: string|null
= null
-
-
$web
: string|null
= null
-
-
$manga
: MangaEnum|null
= null
-
-
$mainCharacterOrTeam
: string|null
= null
-
-
$format
: string|null
= null
-
ageRating()
public
ageRating() : AgeRatingEnum|null
alternateCount()
public
alternateCount() : string|null
Return values
string|null
alternateNumber()
public
alternateNumber() : int|null
alternateSeries()
public
alternateSeries() : string|null
Return values
string|null
characters()
public
characters() : array<string|int, string>
Return values
array<string|int, string>
public
communityRating() : float|null
count()
public
count() : int|null
editors()
public
editors() : array<string|int, string>
Return values
array<string|int, string>
public
format() : string|null
Return values
string|null
imprint()
public
imprint() : string|null
Return values
string|null
isBlackAndWhite()
public
isBlackAndWhite() : bool|null
locations()
public
locations() : array<string|int, string>
Return values
array<string|int, string>
mainCharacterOrTeam()
public
mainCharacterOrTeam() : string|null
Return values
string|null
manga()
public
manga() : MangaEnum|null
notes()
public
notes() : string|null
Return values
string|null
number()
public
number() : int|float|null
Return values
int|float|null
review()
public
review() : string|null
Return values
string|null
public
scanInformation() : string|null
Return values
string|null
seriesGroup()
public
seriesGroup() : string|null
Return values
string|null
setCharacters()
public
setCharacters(array<string|int, string> $characters) : self
Parameters
-
$characters
: array<string|int, string>
-
setEditors()
public
setEditors(array<string|int, string> $editors) : self
Parameters
-
$editors
: array<string|int, string>
-
setLocations()
public
setLocations(array<string|int, string> $locations) : self
Parameters
-
$locations
: array<string|int, string>
-
setTeams()
public
setTeams(array<string|int, string> $teams) : self
Parameters
-
$teams
: array<string|int, string>
-
storyArc()
public
storyArc() : string|null
Return values
string|null
storyArcNumber()
public
storyArcNumber() : int|float|null
Return values
int|float|null
teams()
public
teams() : array<string|int, string>
Return values
array<string|int, string>
volume()
public
volume() : int|float|null
Return values
int|float|null
web()
public
web() : string|null
Return values
string|null