ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
enum.ilCtrlEvent.php File Reference

Go to the source code of this file.

Enumerations

enum  ilCtrlEvent : string { ALL = '*' }
 

Enumeration Type Documentation

◆ ilCtrlEvent

enum ilCtrlEvent : string
Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s
Thibeau Fuhrer thibe.nosp@m.au@s.nosp@m.r.sol.nosp@m.utio.nosp@m.ns AutoloadingIssuesInspection
Enumerator
ALL 

event string being used if

See also
ilCtrlInterface::forwardCommand() is invoked. event string being used if
ilCtrlInterface::getCmd() is invoked. event string for all possible events.

Definition at line 26 of file enum.ilCtrlEvent.php.

26  : string
27 {
31  case COMMAND_CLASS_FORWARD = 'command_class:forward';
32 
36  case COMMAND_DETERMINATION = 'command:determine';
37 
41  case ALL = '*';
42 }
event string being used if