ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilEventRecurrence.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
29{
30 public function __construct()
31 {
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}
Model of calendar entry recurrcences based on iCalendar-RFC-5545.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc