BaseLastUpdate
in package
Table of Contents
Properties
- $date : DateTimeImmutable
- $imageUrl : string
- $progressedSubEntries : int|null
- $score : int|null
- $status : string
- $title : string
- $total : int|null
- $url : string
Methods
- __construct() : mixed
- BaseLastUpdate constructor.
- getDate() : DateTimeImmutable
- getImageUrl() : string
- getProgressedSubEntries() : int|null
- getScore() : int|null
- getStatus() : string
- getTitle() : string
- getTotal() : int|null
- getUrl() : string
Properties
$date
private
DateTimeImmutable
$date
$imageUrl
private
string
$imageUrl
$progressedSubEntries
private
int|null
$progressedSubEntries
$score
private
int|null
$score
$status
private
string
$status
$title
private
string
$title
$total
private
int|null
$total
$url
private
string
$url
Methods
__construct()
BaseLastUpdate constructor.
public
__construct(string $url, string $title, string $imageUrl, int|null $progressedSubEntries, int|null $total, string $status, int|null $score, DateTimeImmutable $date) : mixed
Parameters
- $url : string
- $title : string
- $imageUrl : string
- $progressedSubEntries : int|null
- $total : int|null
- $status : string
- $score : int|null
- $date : DateTimeImmutable
getDate()
public
getDate() : DateTimeImmutable
Return values
DateTimeImmutablegetImageUrl()
public
getImageUrl() : string
Return values
stringgetProgressedSubEntries()
public
getProgressedSubEntries() : int|null
Return values
int|nullgetScore()
public
getScore() : int|null
Return values
int|nullgetStatus()
public
getStatus() : string
Return values
stringgetTitle()
public
getTitle() : string
Return values
stringgetTotal()
public
getTotal() : int|null
Return values
int|nullgetUrl()
public
getUrl() : string