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)
 @inheritDoc More...
 
static handleEvent ($a_component, $a_event, $a_parameter)
 Handle an event in a listener. More...
 

Detailed Description

Member Function Documentation

◆ handleEvent()

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

@inheritDoc

Implements ilAppEventListener.

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

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)

References ilStartingPoint\onRoleDeleted().

+ Here is the call graph for this function:

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