|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface:
Collaboration diagram for ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface: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... | |
| presentAsImageOnly () | |
| The copyright just as its image, for use e.g. More... | |
| presentAsLinkOnly () | |
| The copyright just as a link, for use e.g. 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::presentAsImageOnly | ( | ) |
The copyright just as its image, for use e.g.
when the copyright needs to be inserted into other KS components, and the specific component it's presented as is important. If the copyright does not have an image, null is returned.
Implemented in ILIAS\MetaData\Services\CopyrightHelper\Copyright, and ILIAS\MetaData\Services\CopyrightHelper\NullCopyright.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::presentAsLinkOnly | ( | ) |
The copyright just as a link, for use e.g.
when the copyright needs to be inserted into other KS components, and the specific component it's presented as is important. If the copyright has no link, its full name is returned as a disabled link. If it also does not have a full name, null is returned.
Implemented in ILIAS\MetaData\Services\CopyrightHelper\Copyright, and ILIAS\MetaData\Services\CopyrightHelper\NullCopyright.
| 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 | ( | ) |