ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
NullRenderer.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Copyright
;
22
23
use
ILIAS\UI\Component\Symbol\Icon\Icon
;
24
use
ILIAS\UI\Component\Link\Link
;
25
use
ILIAS\UI\Component\Legacy\Content
;
26
27
class
NullRenderer
implements
RendererInterface
28
{
33
public
function
toUIComponents
(
CopyrightDataInterface
$copyright): array
34
{
35
return
[];
36
}
37
38
public
function
toString
(
CopyrightDataInterface
$copyright): string
39
{
40
return
''
;
41
}
42
}
ILIAS\MetaData\Copyright\NullRenderer
Definition:
NullRenderer.php:28
ILIAS\MetaData\Copyright\NullRenderer\toUIComponents
toUIComponents(CopyrightDataInterface $copyright)
Returns a string in a legacy UI component if only a string can be returned.
Definition:
NullRenderer.php:33
ILIAS\MetaData\Copyright\NullRenderer\toString
toString(CopyrightDataInterface $copyright)
Definition:
NullRenderer.php:38
ILIAS\MetaData\Copyright\CopyrightDataInterface
Definition:
CopyrightDataInterface.php:26
ILIAS\MetaData\Copyright\RendererInterface
Definition:
RendererInterface.php:28
ILIAS\UI\Component\Legacy\Content
Definition:
Content.php:33
ILIAS\UI\Component\Link\Link
Link base interface.
Definition:
Link.php:33
ILIAS\UI\Component\Symbol\Icon\Icon
This describes how an icon could be modified during construction of UI.
Definition:
Icon.php:29
ILIAS\MetaData\Copyright
Definition:
CopyrightData.php:21
components
ILIAS
MetaData
classes
Copyright
NullRenderer.php
Generated on Sat Oct 18 2025 23:03:26 for ILIAS by
1.9.4 (using
Doxyfile
)