Documentation

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

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
DateTimeImmutable

getImageUrl()

public getImageUrl() : string
Return values
string

getProgressedSubEntries()

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

        
On this page

Search results