ILIAS
release_7 Revision v7.30-3-g800a261c036
|
A class that provides a collection of actions on users. More...
Public Member Functions | |
init () | |
Add requried js for an action context. More... | |
renderDropDown ($a_target_user_id) | |
Render drop down. More... | |
Static Public Member Functions | |
static | getInstance (ilUserActionContext $a_user_action_context, ilGlobalTemplateInterface $a_global_tpl, $a_current_user_id) |
Get instance. More... | |
Protected Member Functions | |
__construct (ilUserActionContext $a_user_action_context, ilGlobalTemplateInterface $a_global_tpl, $a_current_user_id) | |
Constructor. More... | |
Protected Attributes | |
$tpl | |
$user_action_context | |
$init_done = false | |
$current_user_id | |
A class that provides a collection of actions on users.
Definition at line 12 of file class.ilUserActionGUI.php.
|
protected |
Constructor.
ilUserActionContext | $a_user_action_context | |
ilTemplate | $a_global_tpl | |
int | $a_current_user_id |
Definition at line 41 of file class.ilUserActionGUI.php.
|
static |
Get instance.
ilUserActionContext | $a_user_action_context | |
ilTemplate | $a_global_tpl | |
int | $a_current_user_id |
Definition at line 59 of file class.ilUserActionGUI.php.
Referenced by ilUsersGalleryGUI\addActionSection(), and ilAwarenessGUI\initJS().
ilUserActionGUI::init | ( | ) |
Add requried js for an action context.
Definition at line 67 of file class.ilUserActionGUI.php.
References $tpl, $txt, ilUserActionProviderFactory\getAllProviders(), and ilUserActionAdmin\lookupActive().
Referenced by renderDropDown().
ilUserActionGUI::renderDropDown | ( | $a_target_user_id | ) |
Render drop down.
int | $a_user_id | target user id |
Definition at line 95 of file class.ilUserActionGUI.php.
References ilUserActionCollector\getInstance(), and init().
|
protected |
Definition at line 32 of file class.ilUserActionGUI.php.
|
protected |
Definition at line 27 of file class.ilUserActionGUI.php.
|
protected |
Definition at line 17 of file class.ilUserActionGUI.php.
Referenced by init().
|
protected |
Definition at line 22 of file class.ilUserActionGUI.php.