|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Copyright\NullRenderer:
Collaboration diagram for ILIAS\MetaData\Copyright\NullRenderer:Public Member Functions | |
| toUIComponents (CopyrightDataInterface $copyright) | |
| toImageOnly (CopyrightDataInterface $copyright) | |
| toLinkOnly (CopyrightDataInterface $copyright) | |
| Returns a string as a disabled link, if only a string can be returned, or null if the copyright is image only. More... | |
| toString (CopyrightDataInterface $copyright) | |
| toUIComponents (CopyrightDataInterface $copyright) | |
| Returns a string in a legacy UI component if only a string can be returned. More... | |
| toImageOnly (CopyrightDataInterface $copyright) | |
| toLinkOnly (CopyrightDataInterface $copyright) | |
| Returns a string as a disabled link, if only a string can be returned, or null if the copyright is image only. More... | |
| toString (CopyrightDataInterface $copyright) | |
Definition at line 27 of file NullRenderer.php.
| ILIAS\MetaData\Copyright\NullRenderer::toImageOnly | ( | CopyrightDataInterface | $copyright | ) |
Implements ILIAS\MetaData\Copyright\RendererInterface.
Definition at line 37 of file NullRenderer.php.
| ILIAS\MetaData\Copyright\NullRenderer::toLinkOnly | ( | CopyrightDataInterface | $copyright | ) |
Returns a string as a disabled link, if only a string can be returned, or null if the copyright is image only.
Implements ILIAS\MetaData\Copyright\RendererInterface.
Definition at line 42 of file NullRenderer.php.
| ILIAS\MetaData\Copyright\NullRenderer::toString | ( | CopyrightDataInterface | $copyright | ) |
Implements ILIAS\MetaData\Copyright\RendererInterface.
Definition at line 47 of file NullRenderer.php.
| ILIAS\MetaData\Copyright\NullRenderer::toUIComponents | ( | CopyrightDataInterface | $copyright | ) |
Implements ILIAS\MetaData\Copyright\RendererInterface.
Definition at line 32 of file NullRenderer.php.