ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilUserAppEventListener Class Reference

Class ilUserAppEventListener. More...

+ Inheritance diagram for ilUserAppEventListener:
+ Collaboration diagram for ilUserAppEventListener:

Static Public Member Functions

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

Detailed Description

Member Function Documentation

◆ handleEvent()

static ilUserAppEventListener::handleEvent (   $a_component,
  $a_event,
  $a_parameter 
)
static

Implements ilAppEventListener.

Definition at line 12 of file class.ilUserAppEventListener.php.

References ilStartingPoint\onRoleDeleted().

13  {
14  if ('Services/Object' === $a_component && 'beforeDeletion' === $a_event) {
15  if (isset($a_parameter['object']) && $a_parameter['object'] instanceof ilObjRole) {
16  \ilStartingPoint::onRoleDeleted($a_parameter['object']);
17  }
18  }
19  }
Class ilObjRole.
static onRoleDeleted(ilObjRole $role)
+ Here is the call graph for this function:

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