ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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:27
ilEventHookPlugin\handleEvent
handleEvent(string $a_component, string $a_event, array $a_parameter)
Handle the event.
ilPlugin
Definition:
class.ilPlugin.php:32
components
ILIAS
EventHandling
classes
class.ilEventHookPlugin.php
Generated on Sat Oct 18 2025 23:02:58 for ILIAS by
1.9.4 (using
Doxyfile
)