UserMangaReview
        
        extends MangaReview
    
    
            
            in package
            
        
    
    
    
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
- $entry : MangaMeta
Methods
- fromParser() : UserAnimeReview
- getChaptersRead() : string
- getDate() : DateTimeImmutable
- getEntry() : MangaMeta
- getMalId() : int
- getReactions() : Reactions
- getReview() : string
- getScore() : int
- getTags() : array<string|int, mixed>
- getType() : string
- getUrl() : string
- isPreliminary() : bool
- isSpoiler() : bool
Properties
$chaptersRead
    protected
        int|null
    $chaptersRead
    
    
    
    
$date
    protected
        DateTimeImmutable
    $date
    
    
    
    
$isPreliminary
    protected
        bool
    $isPreliminary
    
    
    
    
$isSpoiler
    protected
        bool
    $isSpoiler
    
    
    
    
$malId
    protected
        int
    $malId
    
    
    
    
$reactions
    protected
        Reactions
    $reactions
    
    
    
    
$review
    protected
        string
    $review
    
    
    
    
$score
    protected
        int
    $score
    
    
    
    
$tags
    protected
        array<string|int, mixed>
    $tags
    
    
    
    
$type
    protected
        string|null
    $type
    
    
    
    
$url
    protected
        string
    $url
    
    
    
    
$entry
    private
        MangaMeta
    $entry
    
    
    
    
Methods
fromParser()
    public
            static        fromParser(MangaReviewParser $parser) : UserAnimeReview
    Parameters
- $parser : MangaReviewParser
Tags
Return values
UserAnimeReviewgetChaptersRead()
    public
                    getChaptersRead() : string
    Return values
stringgetDate()
    public
                    getDate() : DateTimeImmutable
    Return values
DateTimeImmutablegetEntry()
    public
                    getEntry() : MangaMeta
    Return values
MangaMetagetMalId()
    public
                    getMalId() : int
    Return values
intgetReactions()
    public
                    getReactions() : Reactions
    Return values
ReactionsgetReview()
    public
                    getReview() : string
    Return values
stringgetScore()
    public
                    getScore() : int
    Return values
intgetTags()
    public
                    getTags() : array<string|int, mixed>
    Return values
array<string|int, mixed>getType()
    public
                    getType() : string
    Return values
stringgetUrl()
    public
                    getUrl() : string
    Return values
stringisPreliminary()
    public
                    isPreliminary() : bool
    Return values
boolisSpoiler()
    public
                    isSpoiler() : bool