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

Static Public Member Functions

static handleEvent (string $a_component, string $a_event, array $a_parameter)
 Handle an event in a listener. More...
 

Detailed Description

Definition at line 21 of file class.ilLegalDocumentsAppEventListener.php.

Member Function Documentation

◆ handleEvent()

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

Handle an event in a listener.

Parameters
string$a_componentcomponent, e.g. "components/ILIAS/Forum" or "components/ILIAS/User"
string$a_eventevent e.g. "createUser", "updateUser", "deleteUser", ...
array<string,mixed>$a_parameter parameter array (assoc), array("name" => ..., "phone_office" => ...)

Implements ilAppEventListener.

Definition at line 23 of file class.ilLegalDocumentsAppEventListener.php.

References $DIC, and null.

23  : void
24  {
25  global $DIC;
26  match ($a_event) {
27  'afterLogin' => $DIC['legalDocuments']->afterLogin(),
28  default => null,
29  };
30  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
global $DIC
Definition: shib_login.php:22

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