Documentation

ComicMeta
in package

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

Properties

$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

$communityRating

protected float|null $communityRating = null

$editors

protected array<string|int, string> $editors = null

$format

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

$number

protected int|float|null $number = null

$review

protected string|null $review = null

$scanInformation

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

Methods

__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

alternateCount()

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

alternateNumber()

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

alternateSeries()

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

characters()

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

communityRating()

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

count()

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

editors()

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

format()

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

imprint()

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

isBlackAndWhite()

public isBlackAndWhite() : bool|null
Return values
bool|null

locations()

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

mainCharacterOrTeam()

public mainCharacterOrTeam() : string|null
Return values
string|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

scanInformation()

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>
Return values
self

setEditors()

public setEditors(array<string|int, string> $editors) : self
Parameters
$editors : array<string|int, string>
Return values
self

setLocations()

public setLocations(array<string|int, string> $locations) : self
Parameters
$locations : array<string|int, string>
Return values
self

setTeams()

public setTeams(array<string|int, string> $teams) : self
Parameters
$teams : array<string|int, string>
Return values
self

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

        
On this page

Search results