ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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;