|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilUserActionCollector: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 ilUserActionProviderFactory\getAllProviders(), ilUserActionCollection\getInstance(), and ilUserActionAdmin\lookupActive().
Here is the call graph for this function:
|
static |
Get instance (for a user)
Definition at line 41 of file class.ilUserActionCollector.php.
Referenced by ILIAS\Awareness\WidgetManager\__construct(), and ilUserActionGUI\renderDropDown().
Here is the caller graph for this function:
|
protected |
Definition at line 77 of file class.ilUserActionCollector.php.
References ilUserActionProvider\getActionTypes(), ilUserActionProvider\getComponentId(), and ilUserActionAdmin\lookupActive().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilUserActionCollector.php.
|
protected |
Definition at line 27 of file class.ilUserActionCollector.php.
|
staticprotected |
Definition at line 25 of file class.ilUserActionCollector.php.
|
protected |
Definition at line 28 of file class.ilUserActionCollector.php.