Documentation

UserAnimeReview extends AnimeReview
in package

Class UserAnimeReview

Table of Contents

Properties

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

Methods

fromParser()  : UserAnimeReview
getDate()  : DateTimeImmutable
getEntry()  : AnimeMeta
getEpisodesWatched()  : int|null
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

$episodesWatched

protected int|null $episodesWatched

$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

getDate()

public getDate() : DateTimeImmutable
Return values
DateTimeImmutable

getEpisodesWatched()

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

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