ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.ilSessionRecurrence.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