ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
RendererInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26
28{
33 public function toUIComponents(CopyrightDataInterface $copyright): array;
34
35 public function toImageOnly(CopyrightDataInterface $copyright): ?Icon;
36
41 public function toLinkOnly(CopyrightDataInterface $copyright): ?Link;
42
43 public function toString(CopyrightDataInterface $copyright): string;
44}
toString(CopyrightDataInterface $copyright)
toImageOnly(CopyrightDataInterface $copyright)
toLinkOnly(CopyrightDataInterface $copyright)
Returns a string as a disabled link, if only a string can be returned, or null if the copyright is im...
toUIComponents(CopyrightDataInterface $copyright)
Returns a string in a legacy UI component if only a string can be returned.
This describes how an icon could be modified during construction of UI.
Definition: Icon.php:29