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

Static Public Member Functions

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

Detailed Description

Member Function Documentation

◆ handleEvent()

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

Implements ilAppEventListener.

Definition at line 29 of file class.ilGlossaryAppEventListener.php.

References $handler, and ILIAS\Survey\Mode\getId().

29  : void
30  {
31  switch ($a_component) {
32  case "components/ILIAS/ILIASObject":
33  switch ($a_event) {
34  case "beforeDeletion":
36  $handler->processObjectDeletion($a_parameter["object"]->getId(), $a_parameter["object"]->getType());
37  break;
38  }
39  break;
40  case "components/ILIAS/Glossary":
41  switch ($a_event) {
42  case "deleteTerm":
44  $handler->processTermDeletion($a_parameter["term_id"]);
45  break;
46  }
47  }
48  }
$handler
Definition: oai.php:30
+ Here is the call graph for this function:

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