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
}
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem\getProviderIdentification
getProviderIdentification()
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:8
Factory
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem\getRenderer
getRenderer(UIFactory $factory)
IdentificationInterface
ILIAS\GlobalScreen\Scope\Notification\Collector\Renderer\NotificationRenderer
Interface NotificationRenderer.
Definition:
NotificationRenderer.php:15
ILIAS\GlobalScreen\Scope\Notification\Factory
Definition:
AbstractBaseNotification.php:1
$factory
$factory
Definition:
metadata.php:58
ILIAS\GlobalScreen\Scope\Notification\Factory\isItem
Interface isItem.
Definition:
isItem.php:11
NotificationRenderer
src
GlobalScreen
Scope
Notification
Factory
isItem.php
Generated on Mon Sep 1 2025 20:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)