ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ILIAS\MetaData\Copyright\RendererInterface Interface Reference
+ Inheritance diagram for ILIAS\MetaData\Copyright\RendererInterface:
+ Collaboration diagram for ILIAS\MetaData\Copyright\RendererInterface:

Public Member Functions

 toUIComponents (CopyrightDataInterface $copyright)
 Returns a string in a legacy UI component if only a string can be returned. More...
 
 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 image only. More...
 
 toString (CopyrightDataInterface $copyright)
 

Detailed Description

Definition at line 27 of file RendererInterface.php.

Member Function Documentation

◆ toImageOnly()

ILIAS\MetaData\Copyright\RendererInterface::toImageOnly ( CopyrightDataInterface  $copyright)

◆ toLinkOnly()

ILIAS\MetaData\Copyright\RendererInterface::toLinkOnly ( CopyrightDataInterface  $copyright)

Returns a string as a disabled link, if only a string can be returned, or null if the copyright is image only.

Implemented in ILIAS\MetaData\Copyright\NullRenderer, and ILIAS\MetaData\Copyright\Renderer.

◆ toString()

ILIAS\MetaData\Copyright\RendererInterface::toString ( CopyrightDataInterface  $copyright)

◆ toUIComponents()

ILIAS\MetaData\Copyright\RendererInterface::toUIComponents ( CopyrightDataInterface  $copyright)

Returns a string in a legacy UI component if only a string can be returned.

Returns
Icon[]|Link[]|Content[]

Implemented in ILIAS\MetaData\Copyright\NullRenderer, and ILIAS\MetaData\Copyright\Renderer.


The documentation for this interface was generated from the following file: