ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilUserActionCollection.php
Go to the documentation of this file.
1 <?php
2 
24 {
28  protected array $actions = [];
29 
30  public function addAction(ilUserAction $a_action): void
31  {
32  $this->actions[] = $a_action;
33  }
34 
38  public function getActions(): array
39  {
40  return $this->actions;
41  }
42 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addAction(ilUserAction $a_action)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...