ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
NullElements.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Presentation
;
22
23
use
ILIAS\MetaData\Elements\Base\BaseElementInterface
;
24
25
class
NullElements
implements
ElementsInterface
26
{
27
public
function
name
(
28
BaseElementInterface
$element,
29
bool
$plural =
false
30
): string {
31
return
''
;
32
}
33
34
public
function
nameWithParents
(
35
BaseElementInterface
$element,
36
?
BaseElementInterface
$cut_off = null,
37
bool
$plural =
false
,
38
bool
$skip_initial =
false
39
): string {
40
return
''
;
41
}
42
}
ILIAS\MetaData\Presentation
Definition:
Data.php:21
ILIAS\MetaData\Presentation\NullElements
Definition:
NullElements.php:25
ILIAS\MetaData\Presentation\NullElements\name
name(BaseElementInterface $element, bool $plural=false)
Definition:
NullElements.php:27
ILIAS\MetaData\Presentation\ElementsInterface
Definition:
ElementsInterface.php:26
ILIAS\MetaData\Presentation\NullElements\nameWithParents
nameWithParents(BaseElementInterface $element, ?BaseElementInterface $cut_off=null, bool $plural=false, bool $skip_initial=false)
Definition:
NullElements.php:34
BaseElementInterface
ILIAS\MetaData\Elements\Base\BaseElementInterface
Definition:
BaseElementInterface.php:27
Services
MetaData
classes
Presentation
NullElements.php
Generated on Wed Sep 10 2025 14:11:45 for ILIAS by
1.8.13 (using
Doxyfile
)