ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getActionsForTargetUser (int $a_target_user) | |
Static Public Member Functions | |
static | getInstance (int $a_user_id, ilUserActionContext $a_context) |
Get instance (for a user) More... | |
Protected Member Functions | |
__construct (int $a_user_id, ilUserActionContext $a_context) | |
hasProviderActiveActions (ilUserActionProvider $prov) | |
Protected Attributes | |
ilUserActionCollection | $collection |
int | $user_id |
ilUserActionContext | $action_context |
Static Protected Attributes | |
static array | $instances = array() |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Collects actions from all action providers
Definition at line 23 of file class.ilUserActionCollector.php.
|
protected |
Definition at line 31 of file class.ilUserActionCollector.php.
ilUserActionCollector::getActionsForTargetUser | ( | int | $a_target_user | ) |
Definition at line 52 of file class.ilUserActionCollector.php.
References $collection, ilUserActionProviderFactory\getAllProviders(), ilUserActionCollection\getInstance(), hasProviderActiveActions(), and ilUserActionAdmin\lookupActive().
|
static |
Get instance (for a user)
Definition at line 41 of file class.ilUserActionCollector.php.
Referenced by ILIAS\Awareness\WidgetManager\__construct(), ilMyStaffGUI\executeCommand(), and ilUserActionGUI\renderDropDown().
|
protected |
Definition at line 77 of file class.ilUserActionCollector.php.
References ilUserActionProvider\getActionTypes(), ilUserActionProvider\getComponentId(), and ilUserActionAdmin\lookupActive().
Referenced by getActionsForTargetUser().
|
protected |
Definition at line 29 of file class.ilUserActionCollector.php.
|
protected |
Definition at line 27 of file class.ilUserActionCollector.php.
Referenced by getActionsForTargetUser().
|
staticprotected |
Definition at line 25 of file class.ilUserActionCollector.php.
|
protected |
Definition at line 28 of file class.ilUserActionCollector.php.