ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
isDefault () | |
isOutdated () | |
identifier () | |
title () | |
description () | |
presentAsUIComponents () | |
The copyright as UI Components, as it should be presented in the UI almost everywhere. More... | |
presentAsString () | |
The copyright without image in a reduced presentation, for displaying copyright where no UI components can be used (e.g. More... | |
Definition at line 27 of file CopyrightInterface.php.
ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::description | ( | ) |
ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::identifier | ( | ) |
ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::isDefault | ( | ) |
ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::isOutdated | ( | ) |
ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::presentAsString | ( | ) |
The copyright without image in a reduced presentation, for displaying copyright where no UI components can be used (e.g.
exports of tables).
Implemented in ILIAS\MetaData\Services\CopyrightHelper\Copyright, and ILIAS\MetaData\Services\CopyrightHelper\NullCopyright.
ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::presentAsUIComponents | ( | ) |
The copyright as UI Components, as it should be presented in the UI almost everywhere.
If only a string can be returned, it is returned in a legacy UI component.
Implemented in ILIAS\MetaData\Services\CopyrightHelper\Copyright, and ILIAS\MetaData\Services\CopyrightHelper\NullCopyright.
ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::title | ( | ) |