Recurrence
Table of Contents
Constants
- PERIOD_TYPES = ['WEEKLY' => 'WEEKLY', 'HOURLY' => 'HOURLY', 'DAILY' => 'DAILY', 'MONTHLY' => 'MONTHLY', 'YEARLY' => 'YEARLY']
Methods
- getEventOccurenceDates() : array<string|int, DateTime>
Constants
PERIOD_TYPES
public
mixed
PERIOD_TYPES
= ['WEEKLY' => 'WEEKLY', 'HOURLY' => 'HOURLY', 'DAILY' => 'DAILY', 'MONTHLY' => 'MONTHLY', 'YEARLY' => 'YEARLY']
Methods
getEventOccurenceDates()
public
getEventOccurenceDates(Event $event[, array<string|int, mixed> $params = [] ]) : array<string|int, DateTime>
Parameters
- $event : Event
- $params : array<string|int, mixed> = []
-
= { limitCount: int, // limitDateFrom: DateTime // limitDateTo: DateTime // }