ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
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
components
ILIAS
MetaData
classes
Presentation
NullElements.php
Generated on Sun Aug 31 2025 23:03:23 for ILIAS by
1.8.13 (using
Doxyfile
)