ILIAS  trunk Revision v11.0_alpha-1846-g895b5f47236
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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)
 

Detailed Description

Member Function Documentation

◆ handleEvent()

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

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: