ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Presentation\NullElements Class Reference
+ Inheritance diagram for ILIAS\MetaData\Presentation\NullElements:
+ Collaboration diagram for ILIAS\MetaData\Presentation\NullElements:

Public Member Functions

 name (BaseElementInterface $element, bool $plural=false)
 
 nameWithParents (BaseElementInterface $element, ?BaseElementInterface $cut_off=null, bool $plural=false, bool $skip_initial=false)
 

Detailed Description

Definition at line 25 of file NullElements.php.

Member Function Documentation

◆ name()

ILIAS\MetaData\Presentation\NullElements::name ( BaseElementInterface  $element,
bool  $plural = false 
)

Implements ILIAS\MetaData\Presentation\ElementsInterface.

Definition at line 27 of file NullElements.php.

30  : string {
31  return '';
32  }

◆ nameWithParents()

ILIAS\MetaData\Presentation\NullElements::nameWithParents ( BaseElementInterface  $element,
?BaseElementInterface  $cut_off = null,
bool  $plural = false,
bool  $skip_initial = false 
)

Implements ILIAS\MetaData\Presentation\ElementsInterface.

Definition at line 34 of file NullElements.php.

39  : string {
40  return '';
41  }

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