ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (private int $user_id, private ilUserActionContext $action_context, private ilUserActionProviderFactory $user_action_provider_factory, private ilUserActionAdmin $user_action_admin) | |
getActionsForTargetUser (int $target_user) | |
Protected Member Functions | |
hasProviderActiveActions (ilUserActionProvider $provider) | |
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.
ilUserActionCollector::__construct | ( | private int | $user_id, |
private ilUserActionContext | $action_context, | ||
private ilUserActionProviderFactory | $user_action_provider_factory, | ||
private ilUserActionAdmin | $user_action_admin | ||
) |
Definition at line 25 of file class.ilUserActionCollector.php.
ilUserActionCollector::getActionsForTargetUser | ( | int | $target_user | ) |
Definition at line 33 of file class.ilUserActionCollector.php.
References $provider, and hasProviderActiveActions().
Referenced by ilMyStaffGUI\executeCommand().
|
protected |
Definition at line 57 of file class.ilUserActionCollector.php.
References ilUserActionProvider\getActionTypes(), and ilUserActionProvider\getComponentId().
Referenced by getActionsForTargetUser().