Countdown
in package
Read onlyYes
Countdown entity
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$countTo
public
DateTimeImmutable
$countTo
$id
public
int|null
$id
$title
public
string
$title
$userId
public
int
$userId
Methods
__construct()
public
__construct(int|null $id, string $title, DateTimeImmutable $countTo, int $userId) : mixed
Parameters
- $id : int|null
- $title : string
- $countTo : DateTimeImmutable
- $userId : int