|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Services\CopyrightHelper\NullCopyright:
Collaboration diagram for ILIAS\MetaData\Services\CopyrightHelper\NullCopyright:Public Member Functions | |
| isDefault () | |
| isOutdated () | |
| identifier () | |
| title () | |
| description () | |
| presentAsUIComponents () | |
| 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... | |
| 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 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::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.
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 62 of file NullCopyright.php.
| ILIAS\MetaData\Services\CopyrightHelper\NullCopyright::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.
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 67 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 72 of file NullCopyright.php.
| ILIAS\MetaData\Services\CopyrightHelper\NullCopyright::presentAsUIComponents | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 57 of file NullCopyright.php.
| ILIAS\MetaData\Services\CopyrightHelper\NullCopyright::title | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 44 of file NullCopyright.php.