ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 @noinspection 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.

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