ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\MetaData\Copyright\NullRenderer Class Reference
+ Inheritance diagram for ILIAS\MetaData\Copyright\NullRenderer:
+ Collaboration diagram for ILIAS\MetaData\Copyright\NullRenderer:

Public Member Functions

 toUIComponents (CopyrightDataInterface $copyright)
 Returns a string in a legacy UI component if only a string can be returned. More...
 
 toString (CopyrightDataInterface $copyright)
 
 toUIComponents (CopyrightDataInterface $copyright)
 Returns a string in a legacy UI component if only a string can be returned. More...
 
 toString (CopyrightDataInterface $copyright)
 

Detailed Description

Definition at line 27 of file NullRenderer.php.

Member Function Documentation

◆ toString()

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

Implements ILIAS\MetaData\Copyright\RendererInterface.

Definition at line 38 of file NullRenderer.php.

38 : string
39 {
40 return '';
41 }

◆ toUIComponents()

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

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

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

Implements ILIAS\MetaData\Copyright\RendererInterface.

Definition at line 33 of file NullRenderer.php.

33 : array
34 {
35 return [];
36 }

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