LastMangaUpdate
in package
Table of Contents
Properties
- $chaptersRead : int|null
- $chaptersTotal : int|null
- $date : DateTimeImmutable
- $entry : MangaMeta
- $score : int|null
- $status : string
Methods
- __construct() : mixed
- LastMangaUpdate constructor.
- getChaptersRead() : int|null
- getChaptersTotal() : int|null
- getDate() : DateTimeImmutable
- getEntry() : MangaMeta
- getScore() : int|null
- getStatus() : string
Properties
$chaptersRead
private
int|null
$chaptersRead
$chaptersTotal
private
int|null
$chaptersTotal
$date
private
DateTimeImmutable
$date
$entry
private
MangaMeta
$entry
$score
private
int|null
$score
$status
private
string
$status
Methods
__construct()
LastMangaUpdate constructor.
public
__construct(BaseLastUpdate $baseLastUpdate) : mixed
Parameters
- $baseLastUpdate : BaseLastUpdate
getChaptersRead()
public
getChaptersRead() : int|null
Return values
int|nullgetChaptersTotal()
public
getChaptersTotal() : int|null
Return values
int|nullgetDate()
public
getDate() : DateTimeImmutable
Return values
DateTimeImmutablegetEntry()
public
getEntry() : MangaMeta
Return values
MangaMetagetScore()
public
getScore() : int|null
Return values
int|nullgetStatus()
public
getStatus() : string