ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
SkillAssignmentViewControlMode.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24{
25 case ALL = 'all';
26 case ASSIGNED = 'assigned';
27 case UNASSIGNED = 'unassigned';
28
29 public function getLabel(): string
30 {
31 return match($this) {
32 self::ALL => 'qpl_skl_all_questions',
33 self::ASSIGNED => 'qpl_skl_assigned_questions',
34 self::UNASSIGNED => 'qpl_skl_unassigned_questions',
35 };
36 }
@ ALL
event string being used if