ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
JobScheduleType.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24{
25 case DAILY = 1;
26 case IN_MINUTES = 2;
27 case IN_HOURS = 3;
28 case IN_DAYS = 4;
29 case WEEKLY = 5;
30 case MONTHLY = 6;
31 case QUARTERLY = 7;
32 case YEARLY = 8;