ILIAS  release_7 Revision v7.30-3-g800a261c036
isItem.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
21
24use ILIAS\UI\Factory as UIFactory;
25
30interface isItem
31{
36
41 public function getRenderer(UIFactory $factory) : NotificationRenderer;
42}
An exception for terminatinating execution or to throw for unit testing.
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:18
$factory
Definition: metadata.php:58