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

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 NullCopyright.php.

Member Function Documentation

◆ description()

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

Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.

Definition at line 49 of file NullCopyright.php.

49  : string
50  {
51  return '';
52  }

◆ identifier()

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

Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.

Definition at line 39 of file NullCopyright.php.

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

◆ isDefault()

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

Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.

Definition at line 29 of file NullCopyright.php.

29  : bool
30  {
31  return false;
32  }

◆ isOutdated()

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

Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.

Definition at line 34 of file NullCopyright.php.

34  : bool
35  {
36  return false;
37  }

◆ presentAsString()

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

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

exports of tables).

Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.

Definition at line 69 of file NullCopyright.php.

69  : string
70  {
71  return '';
72  }

◆ presentAsUIComponents()

ILIAS\MetaData\Services\CopyrightHelper\NullCopyright::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[]

Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.

Definition at line 60 of file NullCopyright.php.

60  : array
61  {
62  return [];
63  }

◆ title()

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

Implements ILIAS\MetaData\Services\CopyrightHelper\CopyrightInterface.

Definition at line 44 of file NullCopyright.php.

44  : string
45  {
46  return '';
47  }

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