ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilTestAppEventListener Class Reference
+ Inheritance diagram for ilTestAppEventListener:
+ Collaboration diagram for ilTestAppEventListener:

Static Public Member Functions

static handleEvent (string $a_component, string $a_event, array $a_parameter)
 

Detailed Description

Author
Thomas Famula famul.nosp@m.a@le.nosp@m.ifos..nosp@m.de

Definition at line 26 of file class.ilTestAppEventListener.php.

Member Function Documentation

◆ handleEvent()

static ilTestAppEventListener::handleEvent ( string  $a_component,
string  $a_event,
array  $a_parameter 
)
static

Implements ilAppEventListener.

Definition at line 31 of file class.ilTestAppEventListener.php.

31  : void
32  {
33  $test_skill_repo = new TestSkillDBRepository();
34 
35  if ($a_component === "components/ILIAS/Skill" && $a_event === "deleteSkill") {
36  $test_skill_repo->removeForSkill($a_parameter["node_id"], $a_parameter["is_reference"]);
37  }
38  }

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