RecurrenceRangeDto extends Dto
Table of Contents
Properties
- $endDate : string
- $numberOfOccurrences : int
- $recurrenceTimeZone : string
- $startDate : string
- $type : string
Methods
- __construct() : mixed
- getMetaFields() : array<string|int, mixed>
- toArray() : array<string|int, mixed>|bool|float|int|string
Properties
$endDate
public
string
$endDate
$numberOfOccurrences
public
int
$numberOfOccurrences
$recurrenceTimeZone
public
string
$recurrenceTimeZone
$startDate
public
string
$startDate
"2014-11-03"
$type
public
string
$type
Methods
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
- $data : array<string|int, mixed> = []
getMetaFields()
public
getMetaFields() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray([bool $filterEmptyValue = false ]) : array<string|int, mixed>|bool|float|int|string
Parameters
- $filterEmptyValue : bool = false