| Total Complexity | 6 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class Services extends BaseServices |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Renvoie le planificateur de tâches |
||
| 24 | */ |
||
| 25 | public static function scheduler(bool $shared = true): Scheduler |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Renvoie la classe CronExpression. |
||
| 36 | */ |
||
| 37 | public static function cronExpression(bool $shared = true): CronExpression |
||
| 46 |