Documentation

MangaReview extends Review
in package

AbstractYes

Class UserAnimeReview

Table of Contents

Properties

$chaptersRead  : int|null
$date  : DateTimeImmutable
$isPreliminary  : bool
$isSpoiler  : bool
$malId  : int
$reactions  : Reactions
$review  : string
$score  : int
$tags  : array<string|int, mixed>
$type  : string|null
$url  : string

Methods

getChaptersRead()  : string
getDate()  : DateTimeImmutable
getMalId()  : int
getReactions()  : Reactions
getReview()  : string
getScore()  : int
getTags()  : array<string|int, mixed>
getType()  : string
getUrl()  : string
isPreliminary()  : bool
isSpoiler()  : bool

Properties

$date

protected DateTimeImmutable $date

$isPreliminary

protected bool $isPreliminary

$isSpoiler

protected bool $isSpoiler

$review

protected string $review

$tags

protected array<string|int, mixed> $tags

$type

protected string|null $type

Methods

getChaptersRead()

public getChaptersRead() : string
Return values
string

getDate()

public getDate() : DateTimeImmutable
Return values
DateTimeImmutable

getMalId()

public getMalId() : int
Return values
int

getReview()

public getReview() : string
Return values
string

getScore()

public getScore() : int
Return values
int

getTags()

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

getType()

public getType() : string
Return values
string

getUrl()

public getUrl() : string
Return values
string

isPreliminary()

public isPreliminary() : bool
Return values
bool

isSpoiler()

public isSpoiler() : bool
Return values
bool

        
On this page

Search results