|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\MetaData\Copyright\Renderer:
Collaboration diagram for ILIAS\MetaData\Copyright\Renderer:Public Member Functions | |
| __construct (Factory $factory) | |
| toUIComponents (CopyrightDataInterface $copyright) | |
Public Member Functions inherited from ILIAS\MetaData\Copyright\RendererInterface | |
| toUIComponents (CopyrightData $copyright) | |
| Returns a string in a legacy UI component if only a string can be returned. More... | |
Protected Member Functions | |
| buildIcon (CopyrightDataInterface $copyright) | |
| buildLink (CopyrightDataInterface $copyright) | |
| customIcon (string $src, string $alt) | |
| standardLink (string $label, string $action) | |
| textInLegacy (string $text) | |
Protected Attributes | |
| Factory | $factory |
Definition at line 28 of file Renderer.php.
| ILIAS\MetaData\Copyright\Renderer::__construct | ( | Factory | $factory | ) |
Definition at line 32 of file Renderer.php.
References ILIAS\MetaData\Copyright\Renderer\$factory.
|
protected |
Definition at line 58 of file Renderer.php.
References ILIAS\MetaData\Copyright\CopyrightDataInterface\altText(), ILIAS\MetaData\Copyright\Renderer\customIcon(), and ILIAS\MetaData\Copyright\CopyrightDataInterface\imageLink().
Referenced by ILIAS\MetaData\Copyright\Renderer\toUIComponents().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 69 of file Renderer.php.
References ILIAS\MetaData\Copyright\CopyrightDataInterface\fullName(), ILIAS\MetaData\Copyright\CopyrightDataInterface\link(), and ILIAS\MetaData\Copyright\Renderer\standardLink().
Referenced by ILIAS\MetaData\Copyright\Renderer\toUIComponents().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 80 of file Renderer.php.
References ILIAS\UI\Component\Symbol\Icon\Icon\MEDIUM.
Referenced by ILIAS\MetaData\Copyright\Renderer\buildIcon().
Here is the caller graph for this function:
|
protected |
Definition at line 85 of file Renderer.php.
Referenced by ILIAS\MetaData\Copyright\Renderer\buildLink().
Here is the caller graph for this function:
|
protected |
Definition at line 90 of file Renderer.php.
Referenced by ILIAS\MetaData\Copyright\Renderer\toUIComponents().
Here is the caller graph for this function:| ILIAS\MetaData\Copyright\Renderer::toUIComponents | ( | CopyrightDataInterface | $copyright | ) |
Definition at line 41 of file Renderer.php.
References $res, ILIAS\MetaData\Copyright\Renderer\buildIcon(), ILIAS\MetaData\Copyright\Renderer\buildLink(), ILIAS\MetaData\Copyright\CopyrightDataInterface\fullName(), and ILIAS\MetaData\Copyright\Renderer\textInLegacy().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file Renderer.php.
Referenced by ILIAS\MetaData\Copyright\Renderer\__construct().