|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\MetaData\Copyright\Renderer:
Collaboration diagram for ILIAS\MetaData\Copyright\Renderer:Public Member Functions | |
| __construct (Factory $factory, IRSS $irss) | |
| 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) | |
| buildIconFromLink (CopyrightDataInterface $copyright) | |
| buildIconFromFile (CopyrightDataInterface $copyright) | |
| buildFallBackIcon (CopyrightDataInterface $copyright) | |
| getFallBackSrc () | |
| buildLink (CopyrightDataInterface $copyright) | |
| customIcon (string $src, string $alt) | |
| standardLink (string $label, string $action) | |
| textInLegacy (string $text) | |
| getSourceFromIRSS (string $string_id) | |
Protected Attributes | |
| const | FALLBACK_IMG = 'copyrights\all_rights_reserved.svg' |
| Factory | $factory |
| IRSS | $irss |
Definition at line 30 of file Renderer.php.
| ILIAS\MetaData\Copyright\Renderer::__construct | ( | Factory | $factory, |
| IRSS | $irss | ||
| ) |
Definition at line 37 of file Renderer.php.
References ILIAS\MetaData\Copyright\Renderer\$factory, and ILIAS\MetaData\Copyright\Renderer\$irss.
|
protected |
Definition at line 102 of file Renderer.php.
References ILIAS\MetaData\Copyright\CopyrightDataInterface\altText(), ILIAS\MetaData\Copyright\Renderer\customIcon(), and ILIAS\MetaData\Copyright\Renderer\getFallBackSrc().
Referenced by ILIAS\MetaData\Copyright\Renderer\buildIcon().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 65 of file Renderer.php.
References ILIAS\MetaData\Copyright\Renderer\buildFallBackIcon(), ILIAS\MetaData\Copyright\Renderer\buildIconFromFile(), ILIAS\MetaData\Copyright\Renderer\buildIconFromLink(), ILIAS\MetaData\Copyright\CopyrightDataInterface\fallBackToDefaultImage(), ILIAS\MetaData\Copyright\CopyrightDataInterface\hasImage(), and ILIAS\MetaData\Copyright\CopyrightDataInterface\isImageLink().
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 88 of file Renderer.php.
References ILIAS\MetaData\Copyright\CopyrightDataInterface\altText(), ILIAS\MetaData\Copyright\Renderer\customIcon(), ILIAS\MetaData\Copyright\Renderer\getSourceFromIRSS(), and ILIAS\MetaData\Copyright\CopyrightDataInterface\imageFile().
Referenced by ILIAS\MetaData\Copyright\Renderer\buildIcon().
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\MetaData\Copyright\CopyrightDataInterface\altText(), ILIAS\MetaData\Copyright\Renderer\customIcon(), and ILIAS\MetaData\Copyright\CopyrightDataInterface\imageLink().
Referenced by ILIAS\MetaData\Copyright\Renderer\buildIcon().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 115 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 126 of file Renderer.php.
References ILIAS\UI\Component\Symbol\Icon\Icon\MEDIUM.
Referenced by ILIAS\MetaData\Copyright\Renderer\buildFallBackIcon(), ILIAS\MetaData\Copyright\Renderer\buildIconFromFile(), and ILIAS\MetaData\Copyright\Renderer\buildIconFromLink().
Here is the caller graph for this function:
|
protected |
Definition at line 110 of file Renderer.php.
Referenced by ILIAS\MetaData\Copyright\Renderer\buildFallBackIcon().
Here is the caller graph for this function:
|
protected |
Definition at line 141 of file Renderer.php.
Referenced by ILIAS\MetaData\Copyright\Renderer\buildIconFromFile().
Here is the caller graph for this function:
|
protected |
Definition at line 131 of file Renderer.php.
Referenced by ILIAS\MetaData\Copyright\Renderer\buildLink().
Here is the caller graph for this function:
|
protected |
Definition at line 136 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 48 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 34 of file Renderer.php.
Referenced by ILIAS\MetaData\Copyright\Renderer\__construct().
|
protected |
Definition at line 35 of file Renderer.php.
Referenced by ILIAS\MetaData\Copyright\Renderer\__construct().
|
protected |
Definition at line 32 of file Renderer.php.