|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Services\CopyrightHelper\Copyright:
Collaboration diagram for ILIAS\MetaData\Services\CopyrightHelper\Copyright:Public Member Functions | |
| __construct (RendererInterface $renderer, IdentifierHandler $identifier_handler, EntryInterface $entry) | |
| isDefault () | |
| isOutdated () | |
| identifier () | |
| title () | |
| description () | |
| presentAsUIComponents () | |
| presentAsImageOnly () | |
| If the copyright does not have an image, null is returned. More... | |
| presentAsLinkOnly () | |
| If the copyright has no link, its full name is returned as a disabled link. 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... | |
Protected Attributes | |
| RendererInterface | $renderer |
| IdentifierHandler | $identifier_handler |
| EntryInterface | $entry |
Definition at line 30 of file Copyright.php.
| ILIAS\MetaData\Services\CopyrightHelper\Copyright::__construct | ( | RendererInterface | $renderer, |
| IdentifierHandler | $identifier_handler, | ||
| EntryInterface | $entry | ||
| ) |
Definition at line 37 of file Copyright.php.
References ILIAS\MetaData\Services\CopyrightHelper\Copyright\$entry, ILIAS\MetaData\Services\CopyrightHelper\Copyright\$identifier_handler, ILIAS\MetaData\Services\CopyrightHelper\Copyright\$renderer, and renderer().
Here is the call graph for this function:| ILIAS\MetaData\Services\CopyrightHelper\Copyright::description | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 68 of file Copyright.php.
| ILIAS\MetaData\Services\CopyrightHelper\Copyright::identifier | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 58 of file Copyright.php.
| ILIAS\MetaData\Services\CopyrightHelper\Copyright::isDefault | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 48 of file Copyright.php.
| ILIAS\MetaData\Services\CopyrightHelper\Copyright::isOutdated | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 53 of file Copyright.php.
| ILIAS\MetaData\Services\CopyrightHelper\Copyright::presentAsImageOnly | ( | ) |
If the copyright does not have an image, null is returned.
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 84 of file Copyright.php.
References renderer().
Here is the call graph for this function:| ILIAS\MetaData\Services\CopyrightHelper\Copyright::presentAsLinkOnly | ( | ) |
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 93 of file Copyright.php.
References renderer().
Here is the call graph for this function:| ILIAS\MetaData\Services\CopyrightHelper\Copyright::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 98 of file Copyright.php.
References renderer().
Here is the call graph for this function:| ILIAS\MetaData\Services\CopyrightHelper\Copyright::presentAsUIComponents | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 76 of file Copyright.php.
References renderer().
Here is the call graph for this function:| ILIAS\MetaData\Services\CopyrightHelper\Copyright::title | ( | ) |
Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.
Definition at line 63 of file Copyright.php.
|
protected |
Definition at line 35 of file Copyright.php.
Referenced by ILIAS\MetaData\Services\CopyrightHelper\Copyright\__construct().
|
protected |
Definition at line 33 of file Copyright.php.
Referenced by ILIAS\MetaData\Services\CopyrightHelper\Copyright\__construct().
|
protected |
Definition at line 32 of file Copyright.php.
Referenced by ILIAS\MetaData\Services\CopyrightHelper\Copyright\__construct().