ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
NullCopyright.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  return false;
32  }
33 
34  public function isOutdated(): bool
35  {
36  return false;
37  }
38 
39  public function identifier(): string
40  {
41  return '';
42  }
43 
44  public function title(): string
45  {
46  return '';
47  }
48 
49  public function description(): string
50  {
51  return '';
52  }
53 
60  public function presentAsUIComponents(): array
61  {
62  return [];
63  }
64 
69  public function presentAsString(): string
70  {
71  return '';
72  }
73 }
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...