ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Symbol\Icon\Icon
;
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\CopyrightDataInterface
Definition:
CopyrightDataInterface.php:26
ILIAS\MetaData\Copyright\RendererInterface
Definition:
RendererInterface.php:28
ILIAS\MetaData\Copyright\RendererInterface\toString
toString(CopyrightDataInterface $copyright)
ILIAS\MetaData\Copyright\RendererInterface\toUIComponents
toUIComponents(CopyrightDataInterface $copyright)
Returns a string in a legacy UI component if only a string can be returned.
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
RendererInterface.php
Generated on Sat Oct 18 2025 23:03:26 for ILIAS by
1.9.4 (using
Doxyfile
)