ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilUserActionCollection Class Reference

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)
 
 getActions ()
 

Protected Attributes

array $actions = []
 

Detailed Description

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

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 23 of file class.ilUserActionCollection.php.

Member Function Documentation

◆ addAction()

ilUserActionCollection::addAction ( ilUserAction  $a_action)

Definition at line 30 of file class.ilUserActionCollection.php.

30  : void
31  {
32  $this->actions[] = $a_action;
33  }

◆ getActions()

ilUserActionCollection::getActions ( )
Returns
array<ilUserAction>

Definition at line 38 of file class.ilUserActionCollection.php.

References $actions.

38  : array
39  {
40  return $this->actions;
41  }

Field Documentation

◆ $actions

array ilUserActionCollection::$actions = []
protected

Definition at line 28 of file class.ilUserActionCollection.php.

Referenced by getActions().


The documentation for this class was generated from the following file: