ILIAS  release_8 Revision v8.25-1-g13de6a5eca6
isItem.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
21
24use ILIAS\UI\Factory as UIFactory;
25
30interface isItem
31{
36
41 public function getRenderer(UIFactory $factory): NotificationRenderer;
42}
Interface NotificationRenderer Every Notification should have a renderer, if you won't provide on in ...
This is how the factory for UI elements looks.
Definition: Factory.php:38
$factory
Definition: metadata.php:75
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...