ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
NotificationHandlerInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\EmployeeTalk\Notification
;
22
23
interface
NotificationHandlerInterface
24
{
28
public
function
send
(
29
NotificationType
$type,
30
\
ilObjEmployeeTalk
...$affected_talks
31
): void;
32
}
ILIAS\EmployeeTalk\Notification\NotificationHandlerInterface
Definition:
NotificationHandlerInterface.php:23
ilObjEmployeeTalk
Definition:
class.ilObjEmployeeTalk.php:25
ILIAS\EmployeeTalk\Notification
ILIAS\EmployeeTalk\Notification\NotificationType
NotificationType
Definition:
NotificationType.php:23
ILIAS\EmployeeTalk\Notification\NotificationHandlerInterface\send
send(NotificationType $type, \ilObjEmployeeTalk ... $affected_talks)
All affected talks must come from the same series.
components
ILIAS
EmployeeTalk
classes
Notification
NotificationHandlerInterface.php
Generated on Sun Aug 31 2025 23:02:49 for ILIAS by
1.8.13 (using
Doxyfile
)