ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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)
 @inheritDoc More...
 
static handleEvent (string $a_component, string $a_event, array $a_parameter)
 Handle an event in a listener. More...
 

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

@inheritDoc

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: