ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ilNotificationHandler.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Notifications;
22
25
30{
31 abstract public function notify(ilNotificationObject $notification): void;
32
33 public function showSettings(ilPropertyFormGUI $form): void
34 {
35 }
36
37 public function clear(): void
38 {
39 }
40}
notify(ilNotificationObject $notification)
This class represents a property form user interface.