ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Ordinal
Ordinal
Technically these also include the sign...
Definition:
Ordinal.php:27
ILIAS\Calendar\Recurrence\LAST
@ LAST
Definition:
Ordinal.php:33
components
ILIAS
Calendar
classes
Recurrence
Ordinal.php
Generated on Sat Oct 18 2025 23:02:42 for ILIAS by
1.9.4 (using
Doxyfile
)