ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface Interface Reference
+ Inheritance diagram for ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface:
+ Collaboration diagram for ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface:

Public Member Functions

 isDefault ()
 
 isOutdated ()
 
 identifier ()
 
 title ()
 
 description ()
 
 presentAsUIComponents ()
 The copyright as UI Components, as it should be presented in the UI almost everywhere. More...
 
 presentAsString ()
 The copyright without image in a reduced presentation, for displaying copyright where no UI components can be used (e.g. More...
 

Detailed Description

Definition at line 27 of file CopyrightInterface.php.

Member Function Documentation

◆ description()

ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::description ( )

◆ identifier()

ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::identifier ( )

◆ isDefault()

ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::isDefault ( )

◆ isOutdated()

ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::isOutdated ( )

◆ presentAsString()

ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::presentAsString ( )

The copyright without image in a reduced presentation, for displaying copyright where no UI components can be used (e.g.

exports of tables).

Implemented in ILIAS\MetaData\Services\CopyrightHelper\Copyright, and ILIAS\MetaData\Services\CopyrightHelper\NullCopyright.

◆ presentAsUIComponents()

ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::presentAsUIComponents ( )

The copyright as UI Components, as it should be presented in the UI almost everywhere.

If only a string can be returned, it is returned in a legacy UI component.

Returns
Image[]|Link[]|Content[]

Implemented in ILIAS\MetaData\Services\CopyrightHelper\Copyright, and ILIAS\MetaData\Services\CopyrightHelper\NullCopyright.

◆ title()

ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface::title ( )

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