ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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...