ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
User action administration GUI class. More...
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 | ( | ) |
Constructor.
Definition at line 36 of file class.ilUserActionAdminGUI.php.
References $DIC.
ilUserActionAdminGUI::executeCommand | ( | ) |
ilUserActionAdminGUI::getActions | ( | ) |
Get actions, !!!! note in the future this must depend on the context, currently we only have one.
Definition at line 103 of file class.ilUserActionAdminGUI.php.
References $data, array, ilUserActionProviderFactory\getAllProviders(), and ilUserActionAdmin\lookupActive().
Referenced by save(), and show().
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().
ilUserActionAdminGUI::show | ( | ) |
Show.
Definition at line 72 of file class.ilUserActionAdminGUI.php.
References $tab, getActions(), and ilUtil\sendInfo().
|
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.