ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilTestQuestionPoolAppEventListener Class Reference
+ Inheritance diagram for ilTestQuestionPoolAppEventListener:
+ Collaboration diagram for ilTestQuestionPoolAppEventListener:

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

Member Function Documentation

◆ handleEvent()

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

@inheritDoc

Implements ilAppEventListener.

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

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

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