ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
class.ilEventHookPlugin.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
26
abstract
class
ilEventHookPlugin
extends
ilPlugin
27
{
35
abstract
public
function
handleEvent
(
36
string
$a_component,
37
string
$a_event,
38
array $a_parameter
39
): void;
40
}
ilEventHookPlugin
Abstract parent class for all event hook plugin classes.
Definition:
class.ilEventHookPlugin.php:26
ilPlugin
ilEventHookPlugin\handleEvent
handleEvent(string $a_component, string $a_event, array $a_parameter)
Handle the event.
components
ILIAS
EventHandling
classes
class.ilEventHookPlugin.php
Generated on Mon Sep 1 2025 23:02:58 for ILIAS by
1.8.13 (using
Doxyfile
)