ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
CopyrightInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
26 
28 {
29  public function isDefault(): bool;
30 
31  public function isOutdated(): bool;
32 
33  public function identifier(): string;
34 
35  public function title(): string;
36 
37  public function description(): string;
38 
45  public function presentAsUIComponents(): array;
46 
51  public function presentAsString(): string;
52 }
presentAsUIComponents()
The copyright as UI Components, as it should be presented in the UI almost everywhere.
presentAsString()
The copyright without image in a reduced presentation, for displaying copyright where no UI component...