ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Calendar\Recurrence\Input
;
22
23
use
ilCalendarRecurrence
;
24
25
interface
Factory
26
{
27
public
function
build
(
ilCalendarRecurrence
$recurrence):
Builder
;
28
}
ilCalendarRecurrence
Model of calendar entry recurrcences based on iCalendar-RFC-5545.
Definition:
class.ilCalendarRecurrence.php:29
ILIAS\Calendar\Recurrence\Input\Builder
Definition:
Builder.php:26
ILIAS\Calendar\Recurrence\Input\Factory
Definition:
Factory.php:26
ILIAS\Calendar\Recurrence\Input\Factory\build
build(ilCalendarRecurrence $recurrence)
ILIAS\Calendar\Recurrence\Input
Definition:
Builder.php:21
components
ILIAS
Calendar
classes
Recurrence
Input
Factory.php
Generated on Sat Oct 18 2025 23:02:19 for ILIAS by
1.9.4 (using
Doxyfile
)