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

Public Member Functions

 id ()
 
 title ()
 
 description ()
 
 isDefault ()
 
 isOutdated ()
 
 position ()
 
 copyrightData ()
 
 id ()
 
 title ()
 
 description ()
 
 isDefault ()
 
 isOutdated ()
 
 position ()
 
 copyrightData ()
 

Detailed Description

Definition at line 23 of file NullEntry.php.

Member Function Documentation

◆ copyrightData()

ILIAS\MetaData\Copyright\NullEntry::copyrightData ( )

Implements ILIAS\MetaData\Copyright\EntryInterface.

Definition at line 55 of file NullEntry.php.

55 : CopyrightDataInterface
56 {
57 return new NullCopyrightData();
58 }

◆ description()

ILIAS\MetaData\Copyright\NullEntry::description ( )

Implements ILIAS\MetaData\Copyright\EntryInterface.

Definition at line 35 of file NullEntry.php.

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

◆ id()

ILIAS\MetaData\Copyright\NullEntry::id ( )

Implements ILIAS\MetaData\Copyright\EntryInterface.

Definition at line 25 of file NullEntry.php.

25 : int
26 {
27 return 0;
28 }

◆ isDefault()

ILIAS\MetaData\Copyright\NullEntry::isDefault ( )

Implements ILIAS\MetaData\Copyright\EntryInterface.

Definition at line 40 of file NullEntry.php.

40 : bool
41 {
42 return false;
43 }

◆ isOutdated()

ILIAS\MetaData\Copyright\NullEntry::isOutdated ( )

Implements ILIAS\MetaData\Copyright\EntryInterface.

Definition at line 45 of file NullEntry.php.

45 : bool
46 {
47 return false;
48 }

◆ position()

ILIAS\MetaData\Copyright\NullEntry::position ( )

Implements ILIAS\MetaData\Copyright\EntryInterface.

Definition at line 50 of file NullEntry.php.

50 : int
51 {
52 return 0;
53 }

◆ title()

ILIAS\MetaData\Copyright\NullEntry::title ( )

Implements ILIAS\MetaData\Copyright\EntryInterface.

Definition at line 30 of file NullEntry.php.

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

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