ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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\Image\Image
;
24
use
ILIAS\UI\Component\Link\Link
;
25
use
ILIAS\UI\Component\Legacy\Legacy
;
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
Definition:
CopyrightData.php:21
Image
ILIAS\MetaData\Copyright\CopyrightDataInterface
Definition:
CopyrightDataInterface.php:25
Renderer
ILIAS\MetaData\Copyright\NullRenderer
Definition:
NullRenderer.php:27
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
Link
Legacy
components
ILIAS
MetaData
classes
Copyright
NullRenderer.php
Generated on Wed Sep 10 2025 15:15:59 for ILIAS by
1.8.13 (using
Doxyfile
)