ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
RendererInterface.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\Content
;
26
27
interface
RendererInterface
28
{
33
public
function
toUIComponents
(
CopyrightDataInterface
$copyright): array;
34
35
public
function
toString
(
CopyrightDataInterface
$copyright): string;
36
}
ILIAS\MetaData\Copyright
Definition:
CopyrightData.php:21
Image
ILIAS\MetaData\Copyright\CopyrightDataInterface
Definition:
CopyrightDataInterface.php:25
Renderer
ILIAS\UI\Component\Legacy\Content
ILIAS\MetaData\Copyright\RendererInterface\toString
toString(CopyrightDataInterface $copyright)
Link
ILIAS\MetaData\Copyright\RendererInterface\toUIComponents
toUIComponents(CopyrightDataInterface $copyright)
Returns a string in a legacy UI component if only a string can be returned.
components
ILIAS
MetaData
classes
Copyright
RendererInterface.php
Generated on Sun Aug 31 2025 23:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)