class EventOccurrenceFactory (View source)

Methods

generateOccurrences(CalendarEventVersion $version, CalendarEventVersionRepetition $repetitionEntity, int $start_time, int $end_time)

No description

Details

CalendarEventVersionOccurrence createEventOccurrence(CalendarEventVersion $version, CalendarEventRepetition $repetition, $start, $end)

No description

Parameters

CalendarEventVersion $version
CalendarEventRepetition $repetition
$start
$end

Return Value

CalendarEventVersionOccurrence

CalendarEventVersionOccurrence[] generateOccurrences(CalendarEventVersion $version, CalendarEventVersionRepetition $repetitionEntity, int $start_time, int $end_time)

No description

Parameters

CalendarEventVersion $version
CalendarEventVersionRepetition $repetitionEntity
int $start_time

The earliest possible time for an event to occur

int $end_time

The latest possible time for an event to occur

Return Value

CalendarEventVersionOccurrence[]