|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
User action administration GUI class. More...
Collaboration diagram for ilUserActionAdminGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| show () | |
| Show. More... | |
| save () | |
| Save !!!! note in the future this must depend on the context, currently we only have one. More... | |
| getActions () | |
| Get actions, !!!! note in the future this must depend on the context, currently we only have one. More... | |
Protected Attributes | |
| $ctrl | |
| $tpl | |
| $lng | |
User action administration GUI class.
Definition at line 12 of file class.ilUserActionAdminGUI.php.
| ilUserActionAdminGUI::__construct | ( | ) |
| ilUserActionAdminGUI::executeCommand | ( | ) |
Execute command.
Definition at line 51 of file class.ilUserActionAdminGUI.php.
References $cmd.
| ilUserActionAdminGUI::getActions | ( | ) |
Get actions, !!!! note in the future this must depend on the context, currently we only have one.
return
Definition at line 103 of file class.ilUserActionAdminGUI.php.
References $data, ilUserActionProviderFactory\getAllProviders(), and ilUserActionAdmin\lookupActive().
Referenced by save(), and show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUserActionAdminGUI::save | ( | ) |
Save !!!! note in the future this must depend on the context, currently we only have one.
Definition at line 84 of file class.ilUserActionAdminGUI.php.
References $_POST, ilUserActionAdmin\activateAction(), getActions(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilUserActionAdminGUI::show | ( | ) |
Show.
return
Definition at line 72 of file class.ilUserActionAdminGUI.php.
References $tab, getActions(), and ilUtil\sendInfo().
Here is the call graph for this function:
|
protected |
Definition at line 17 of file class.ilUserActionAdminGUI.php.
|
protected |
Definition at line 27 of file class.ilUserActionAdminGUI.php.
|
protected |
Definition at line 22 of file class.ilUserActionAdminGUI.php.