ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.