Class EventDate
Extends Model
Properties
start
end
timezone
allDay
repeat
interval
freq
byDay
byMonthDay
ends
count
until
inDates
exDates
Methods
__construct
public __construct(mixed $config = []): mixed
|
|
|
$config |
mixed |
|
| return |
mixed |
|
getRule
public getRule(?bool $forceRefresh = false): ?Rule
|
|
|
$forceRefresh |
?bool |
|
| return |
?Rule |
|
rules
validateUntil
public validateUntil(): void
getRepeatDescription
public getRepeatDescription(): ?string
getOccurrences
public getOccurrences(?ConstraintInterface $constraint = null): RecurrenceCollection
getNextOccurrence
public getNextOccurrence(): ?Recurrence
getFirstStartDate
public getFirstStartDate(): ?DateTime
getLastEndDate
public getLastEndDate(): ?DateTime
isPast