ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilEventRecurrence.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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 }
__construct(Container $dic, ilPlugin $plugin)