ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
enum.ilCtrlEvent.php
Go to the documentation of this file.
1 <?php
2 
18 declare(strict_types=1);
19 
25 enum ilCtrlEvent: string
26 {
30  case COMMAND_CLASS_FORWARD = 'command_class:forward';
31 
35  case COMMAND_DETERMINATION = 'command:determine';
36 
40  case ALL = '*';
41 }
event string being used if
ilCtrlEvent