ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilTermsOfServiceAppEventListener Class Reference
+ Inheritance diagram for ilTermsOfServiceAppEventListener:
+ Collaboration diagram for ilTermsOfServiceAppEventListener:

Static Public Member Functions

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

Detailed Description

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 11 of file class.ilTermsOfServiceAppEventListener.php.

Member Function Documentation

◆ handleEvent()

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

Implements ilAppEventListener.

Definition at line 18 of file class.ilTermsOfServiceAppEventListener.php.

References ilTermsOfServiceHelper\deleteAcceptanceHistoryByUser().

19  {
20  if('deleteUser' == $a_event && 'Services/User' == $a_component)
21  {
23  }
24  }
+ Here is the call graph for this function:

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