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 NullCopyright.php.
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright::description | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 49 of file NullCopyright.php.
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright::identifier | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 39 of file NullCopyright.php.
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright::isDefault | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 29 of file NullCopyright.php.
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright::isOutdated | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 34 of file NullCopyright.php.
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright::presentAsString | ( | ) |
The copyright without image in a reduced presentation, for displaying copyright where no UI components can be used (e.g.
exports of tables).
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 69 of file NullCopyright.php.
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright::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.
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 60 of file NullCopyright.php.
ILIAS\MetaData\Services\CopyrightHelper\NullCopyright::title | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 44 of file NullCopyright.php.