ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables 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)
 Add action. More...
 
 getActions ()
 

Static Public Member Functions

static getInstance ()
 

Protected Attributes

array $actions = array()
 

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)

Add action.

Parameters
ilUserAction$a_actionaction object

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

40  : void
41  {
42  $this->actions[] = $a_action;
43  }

◆ getActions()

ilUserActionCollection::getActions ( )
Returns
ilUserAction[]

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

References $actions.

48  : array
49  {
50  return $this->actions;
51  }

◆ getInstance()

Field Documentation

◆ $actions

array ilUserActionCollection::$actions = array()
protected

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

Referenced by getActions().


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