ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilEventRecurrence.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
28
class
ilEventRecurrence
extends
ilCalendarRecurrence
29
{
30
public
function
__construct
()
31
{
32
parent::__construct
();
33
}
34
35
public
function
save
(): void
36
{
37
}
38
39
public
function
update
(): void
40
{
41
}
42
43
public
function
delete
():
void
44
{
45
}
46
}
ilCalendarRecurrence
Model of calendar entry recurrcences based on iCalendar-RFC-5545.
Definition:
class.ilCalendarRecurrence.php:29
ilEventRecurrence
Definition:
class.ilEventRecurrence.php:29
ilEventRecurrence\update
update()
Definition:
class.ilEventRecurrence.php:39
ilEventRecurrence\save
save()
Definition:
class.ilEventRecurrence.php:35
ilEventRecurrence\__construct
__construct()
Definition:
class.ilEventRecurrence.php:30
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
components
ILIAS
Session
classes
class.ilEventRecurrence.php
Generated on Sat Oct 18 2025 23:03:40 for ILIAS by
1.9.4 (using
Doxyfile
)