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

Public Member Functions

 fullName ()
 
 link ()
 
 hasImage ()
 
 isImageLink ()
 
 imageLink ()
 
 imageFile ()
 
 altText ()
 
 fallBackToDefaultImage ()
 

Detailed Description

Definition at line 25 of file NullCopyrightData.php.

Member Function Documentation

◆ altText()

ILIAS\MetaData\Copyright\NullCopyrightData::altText ( )

Implements ILIAS\MetaData\Copyright\CopyrightDataInterface.

Definition at line 57 of file NullCopyrightData.php.

57  : string
58  {
59  return '';
60  }

◆ fallBackToDefaultImage()

ILIAS\MetaData\Copyright\NullCopyrightData::fallBackToDefaultImage ( )

Implements ILIAS\MetaData\Copyright\CopyrightDataInterface.

Definition at line 62 of file NullCopyrightData.php.

62  : bool
63  {
64  return false;
65  }

◆ fullName()

ILIAS\MetaData\Copyright\NullCopyrightData::fullName ( )

Implements ILIAS\MetaData\Copyright\CopyrightDataInterface.

Definition at line 27 of file NullCopyrightData.php.

27  : string
28  {
29  return '';
30  }

◆ hasImage()

ILIAS\MetaData\Copyright\NullCopyrightData::hasImage ( )

Implements ILIAS\MetaData\Copyright\CopyrightDataInterface.

Definition at line 37 of file NullCopyrightData.php.

37  : bool
38  {
39  return false;
40  }

◆ imageFile()

ILIAS\MetaData\Copyright\NullCopyrightData::imageFile ( )

Implements ILIAS\MetaData\Copyright\CopyrightDataInterface.

Definition at line 52 of file NullCopyrightData.php.

52  : string
53  {
54  return '';
55  }

◆ imageLink()

ILIAS\MetaData\Copyright\NullCopyrightData::imageLink ( )

Implements ILIAS\MetaData\Copyright\CopyrightDataInterface.

Definition at line 47 of file NullCopyrightData.php.

References null.

47  : ?URI
48  {
49  return null;
50  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null

◆ isImageLink()

ILIAS\MetaData\Copyright\NullCopyrightData::isImageLink ( )

Implements ILIAS\MetaData\Copyright\CopyrightDataInterface.

Definition at line 42 of file NullCopyrightData.php.

42  : bool
43  {
44  return false;
45  }

◆ link()

ILIAS\MetaData\Copyright\NullCopyrightData::link ( )

Implements ILIAS\MetaData\Copyright\CopyrightDataInterface.

Definition at line 32 of file NullCopyrightData.php.

References null.

32  : ?URI
33  {
34  return null;
35  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null

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