ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ElementsInterface.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
use
ILIAS\MetaData\Elements\ElementInterface
;
25
26
interface
ElementsInterface
27
{
28
public
function
name
(
29
BaseElementInterface
$element,
30
bool
$plural =
false
31
): string;
32
33
public
function
nameWithParents
(
34
BaseElementInterface
$element,
35
?
BaseElementInterface
$cut_off =
null
,
36
bool
$plural =
false
,
37
bool
$skip_initial =
false
38
): string;
39
}
ILIAS\MetaData\Presentation
Definition:
Data.php:21
ILIAS\MetaData\Presentation\ElementsInterface\name
name(BaseElementInterface $element, bool $plural=false)
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ILIAS\MetaData\Presentation\ElementsInterface
Definition:
ElementsInterface.php:26
ElementInterface
ILIAS\MetaData\Presentation\ElementsInterface\nameWithParents
nameWithParents(BaseElementInterface $element, ?BaseElementInterface $cut_off=null, bool $plural=false, bool $skip_initial=false)
BaseElementInterface
ILIAS\MetaData\Elements\Base\BaseElementInterface
Definition:
BaseElementInterface.php:27
components
ILIAS
MetaData
classes
Presentation
ElementsInterface.php
Generated on Sun Aug 31 2025 23:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)