|
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 ilUserActionCollection:Public Member Functions | |
| addAction (ilUserAction $a_action) | |
| Add action. More... | |
| getActions () | |
Static Public Member Functions | |
| static | getInstance () |
Protected Attributes | |
| array | $actions = 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 Represents a set of collected user actions
Definition at line 23 of file class.ilUserActionCollection.php.
| ilUserActionCollection::addAction | ( | ilUserAction | $a_action | ) |
Add action.
| ilUserAction | $a_action | action object |
Definition at line 40 of file class.ilUserActionCollection.php.
| ilUserActionCollection::getActions | ( | ) |
Definition at line 48 of file class.ilUserActionCollection.php.
References $actions.
|
static |
Definition at line 30 of file class.ilUserActionCollection.php.
Referenced by EmployeeTalkUserActionProvider\collectActionsForTargetUser(), ilGroupUserActionProvider\collectActionsForTargetUser(), ilContactUserActionProvider\collectActionsForTargetUser(), ilChatUserActionProvider\collectActionsForTargetUser(), ilMailUserActionProvider\collectActionsForTargetUser(), ilUserUserActionProvider\collectActionsForTargetUser(), ilWorkspaceUserActionProvider\collectActionsForTargetUser(), and ilUserActionCollector\getActionsForTargetUser().
Here is the caller graph for this function:
|
protected |
Definition at line 28 of file class.ilUserActionCollection.php.
Referenced by getActions().