|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
User action administration GUI class. More...
Collaboration diagram for ilUserActionAdminGUI: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.
return
Definition at line 139 of file class.ilUserActionAdminGUI.php.
References $data, $id, $name, 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 112 of file class.ilUserActionAdminGUI.php.
References $_POST, ilUserActionAdmin\activateAction(), getActions(), and ilUtil\sendSuccess().
Here is the call graph for this function:| 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.
return
Definition at line 95 of file class.ilUserActionAdminGUI.php.
References $tab, getActions(), and ilUtil\sendInfo().
Here is the call graph for this function:
|
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.