ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
User action administration GUI class. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
setActionContext (ilUserActionContext $a_val=null) | |
Set action context. More... | |
getActionContext () | |
Get action context. 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 | |
$action_context | |
User action administration GUI class.
Definition at line 12 of file class.ilUserActionAdminGUI.php.
ilUserActionAdminGUI::__construct | ( | ) |
ilUserActionAdminGUI::executeCommand | ( | ) |
Execute command.
Definition at line 76 of file class.ilUserActionAdminGUI.php.
ilUserActionAdminGUI::getActionContext | ( | ) |
Get action context.
Definition at line 68 of file class.ilUserActionAdminGUI.php.
References $action_context.
ilUserActionAdminGUI::getActions | ( | ) |
Get actions, !!!! note in the future this must depend on the context, currently we only have one.
Definition at line 139 of file class.ilUserActionAdminGUI.php.
References $data, $id, $name, 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 112 of file class.ilUserActionAdminGUI.php.
References $_POST, ilUserActionAdmin\activateAction(), and getActions().
ilUserActionAdminGUI::setActionContext | ( | ilUserActionContext | $a_val = null | ) |
Set action context.
ilUserActionContext | $a_val | action context |
Definition at line 58 of file class.ilUserActionAdminGUI.php.
ilUserActionAdminGUI::show | ( | ) |
Show.
Definition at line 95 of file class.ilUserActionAdminGUI.php.
References $tab, getActions(), and ilUtil\sendInfo().
|
protected |
Definition at line 32 of file class.ilUserActionAdminGUI.php.
Referenced by getActionContext().
|
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.