|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Services\Help\ScreenId\HelpScreenIdObserver:
Collaboration diagram for ILIAS\Services\Help\ScreenId\HelpScreenIdObserver:Public Member Functions | |
| __construct () | |
| getId () | |
| Unique identifier of the implementing event-listener. More... | |
| update (\ilCtrlEvent $event, ?string $data) | |
| getScreenId () | |
Public Member Functions inherited from ilCtrlObserver | |
| getId () | |
| Unique identifier of the implementing event-listener. More... | |
| update (ilCtrlEvent $event, ?string $data) | |
| Recieves an ilCtrl event and handles it appropriately. More... | |
Protected Member Functions | |
| addLatestCommandClass (?string $class) | |
| setLatestCommand (?string $command) | |
| cleanClassName (string $classname) | |
| cleanCommandName (string $command) | |
Protected Attributes | |
| array | $clean_name_stack = [] |
| string | $command = null |
Private Attributes | |
| const | SCREEN_SEPARATOR = '/' |
| const | COMMAND_SEPARATOR = '/' |
| array | $map |
Definition at line 23 of file HelpScreenIdObserver.php.
| ILIAS\Services\Help\ScreenId\HelpScreenIdObserver::__construct | ( | ) |
Definition at line 33 of file HelpScreenIdObserver.php.
|
protected |
Definition at line 60 of file HelpScreenIdObserver.php.
References ILIAS\Services\Help\ScreenId\HelpScreenIdObserver\cleanClassName().
Referenced by ILIAS\Services\Help\ScreenId\HelpScreenIdObserver\update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 83 of file HelpScreenIdObserver.php.
References ILIAS\Services\Help\ScreenId\classNameToScreenId().
Referenced by ILIAS\Services\Help\ScreenId\HelpScreenIdObserver\addLatestCommandClass().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 94 of file HelpScreenIdObserver.php.
References ILIAS\Services\Help\ScreenId\snakeToCamel().
Referenced by ILIAS\Services\Help\ScreenId\HelpScreenIdObserver\setLatestCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Services\Help\ScreenId\HelpScreenIdObserver::getId | ( | ) |
Unique identifier of the implementing event-listener.
Implements ilCtrlObserver.
Definition at line 39 of file HelpScreenIdObserver.php.
| ILIAS\Services\Help\ScreenId\HelpScreenIdObserver::getScreenId | ( | ) |
Definition at line 52 of file HelpScreenIdObserver.php.
|
protected |
Definition at line 76 of file HelpScreenIdObserver.php.
References ILIAS\Services\Help\ScreenId\HelpScreenIdObserver\$command, and ILIAS\Services\Help\ScreenId\HelpScreenIdObserver\cleanCommandName().
Referenced by ILIAS\Services\Help\ScreenId\HelpScreenIdObserver\update().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Services\Help\ScreenId\HelpScreenIdObserver::update | ( | \ilCtrlEvent | $event, |
| ?string | $data | ||
| ) |
Definition at line 44 of file HelpScreenIdObserver.php.
References ILIAS\Services\Help\ScreenId\HelpScreenIdObserver\addLatestCommandClass(), and ILIAS\Services\Help\ScreenId\HelpScreenIdObserver\setLatestCommand().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file HelpScreenIdObserver.php.
|
protected |
Definition at line 31 of file HelpScreenIdObserver.php.
Referenced by ILIAS\Services\Help\ScreenId\HelpScreenIdObserver\setLatestCommand().
|
private |
Definition at line 29 of file HelpScreenIdObserver.php.
|
private |
Definition at line 28 of file HelpScreenIdObserver.php.
|
private |
Definition at line 27 of file HelpScreenIdObserver.php.