ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
Ordinal.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Calendar\Recurrence
;
22
26
enum
Ordinal
:
int
27
{
28
case
FIRST = 1;
29
case
SECOND = 2;
30
case
THIRD = 3;
31
case
FOURTH = 4;
32
case
FIFTH = 5;
33
case
LAST
= -1;
34
}
ILIAS\Calendar\Recurrence
ILIAS\Calendar\Recurrence\LAST
Definition:
Ordinal.php:33
ILIAS\Calendar\Recurrence\Ordinal
Ordinal
Technically these also include the sign...
Definition:
Ordinal.php:26
components
ILIAS
Calendar
classes
Recurrence
Ordinal.php
Generated on Wed Sep 3 2025 23:02:33 for ILIAS by
1.8.13 (using
Doxyfile
)