33 int $a_current_user_id
35 $this->tpl = $a_global_tpl;
36 $this->user_action_context = $a_user_action_context;
37 $this->current_user_id = $a_current_user_id;
43 int $a_current_user_id
45 return new ilUserActionGUI($a_user_action_context, $a_global_tpl, $a_current_user_id);
48 public function init(): void
53 foreach ($prov->getActionTypes() as $act_type =>
$txt) {
55 $this->user_action_context->getComponentId(),
56 $this->user_action_context->getContextId(),
57 $prov->getComponentId(),
60 foreach ($prov->getJsScripts($act_type) as $script) {
70 if (!$this->init_done) {
74 $action_collection = $act_collector->getActionsForTargetUser($a_target_user_id);
76 $list->setListTitle(
"");
77 $list->setPullRight(
false);
78 foreach ($action_collection->getActions() as $action) {
79 $list->addItem($action->getText(),
"", $action->getHref(),
"",
"",
"",
"",
false,
"",
"",
"",
"",
true, $action->getData());
81 return $list->getHTML();
static getAllProviders()
Get all action providers.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getInstance(int $a_user_id, ilUserActionContext $a_context)
Get instance (for a user)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $tpl
ilUserActionContext $user_action_context
addJavaScript(string $a_js_file, bool $a_add_version_parameter=true, int $a_batch=2)
Add a javascript file that should be included in the header.
__construct(ilUserActionContext $a_user_action_context, ilGlobalTemplateInterface $a_global_tpl, int $a_current_user_id)
renderDropDown(int $a_target_user_id)
static lookupActive(string $a_context_comp, string $a_context_id, string $a_action_comp, string $a_action_type)
static getInstance(ilUserActionContext $a_user_action_context, ilGlobalTemplateInterface $a_global_tpl, int $a_current_user_id)