ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\XML\Copyright\NullCopyrightHandler Class Reference
+ Inheritance diagram for ILIAS\MetaData\XML\Copyright\NullCopyrightHandler:
+ Collaboration diagram for ILIAS\MetaData\XML\Copyright\NullCopyrightHandler:

Public Member Functions

 isCopyrightSelectionActive ()
 
 copyrightForExport (string $copyright)
 
 copyrightFromExport (string $copyright)
 
 copyrightAsString (string $copyright)
 

Detailed Description

Definition at line 23 of file NullCopyrightHandler.php.

Member Function Documentation

◆ copyrightAsString()

ILIAS\MetaData\XML\Copyright\NullCopyrightHandler::copyrightAsString ( string  $copyright)

Implements ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface.

Definition at line 40 of file NullCopyrightHandler.php.

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

◆ copyrightForExport()

ILIAS\MetaData\XML\Copyright\NullCopyrightHandler::copyrightForExport ( string  $copyright)

Implements ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface.

Definition at line 30 of file NullCopyrightHandler.php.

30  : string
31  {
32  return '';
33  }

◆ copyrightFromExport()

ILIAS\MetaData\XML\Copyright\NullCopyrightHandler::copyrightFromExport ( string  $copyright)

Implements ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface.

Definition at line 35 of file NullCopyrightHandler.php.

35  : string
36  {
37  return '';
38  }

◆ isCopyrightSelectionActive()

ILIAS\MetaData\XML\Copyright\NullCopyrightHandler::isCopyrightSelectionActive ( )

Implements ILIAS\MetaData\XML\Copyright\CopyrightHandlerInterface.

Definition at line 25 of file NullCopyrightHandler.php.

25  : bool
26  {
27  return false;
28  }

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