ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
isItem.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\Notification\Factory
;
2
3
use
ILIAS\GlobalScreen\Identification\IdentificationInterface
;
4
use
ILIAS\GlobalScreen\Scope\Notification\Collector\Renderer\NotificationRenderer
;
5
use
ILIAS\UI\Factory
as UIFactory;
6
11
interface
isItem
12
{
13
17
public
function
getProviderIdentification
() :
IdentificationInterface
;
18
23
public
function
getRenderer
(UIFactory
$factory
) :
NotificationRenderer
;
24
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:9
ILIAS\GlobalScreen\Scope\Notification\Collector\Renderer\NotificationRenderer
Interface NotificationRenderer.
Definition:
NotificationRenderer.php:16
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem
Interface isItem.
Definition:
isItem.php:12
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem\getRenderer
getRenderer(UIFactory $factory)
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem\getProviderIdentification
getProviderIdentification()
ILIAS\UI\Factory
This is how the factory for UI elements looks.
Definition:
Factory.php:18
$factory
$factory
Definition:
metadata.php:58
ILIAS\GlobalScreen\Scope\Notification\Factory
Definition:
AbstractBaseNotification.php:1
src
GlobalScreen
Scope
Notification
Factory
isItem.php
Generated on Sat Oct 4 2025 20:01:11 for ILIAS by
1.9.4 (using
Doxyfile
)