Reminder implements Item
Table of Contents
Interfaces
Properties
- $completed : bool
- $lastSendDate : DateTime|null
- $plannedNextSendDate : DateTime|null
- $startDate : DateTime|null
- $type : ReminderType
Methods
- __clone() : void
- __construct() : mixed
Properties
$completed
public
bool
$completed
= false
$lastSendDate
public
DateTime|null
$lastSendDate
$plannedNextSendDate
public
DateTime|null
$plannedNextSendDate
$startDate
public
DateTime|null
$startDate
= null
$type
public
ReminderType
$type
= ReminderType::NONE
Methods
__clone()
public
__clone() : void
__construct()
public
__construct(DateTime|null $lastSendDate, DateTime|null $plannedNextSendDate[, bool $completed = false ][, ReminderType $type = ReminderType::NONE ][, DateTime|null $startDate = null ]) : mixed
Parameters
- $lastSendDate : DateTime|null
- $plannedNextSendDate : DateTime|null
- $completed : bool = false
- $type : ReminderType = ReminderType::NONE
- $startDate : DateTime|null = null