ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Elements\Base\BaseElementInterface
Definition:
BaseElementInterface.php:28
ILIAS\MetaData\Elements\ElementInterface
Definition:
ElementInterface.php:29
ILIAS\MetaData\Presentation\ElementsInterface
Definition:
ElementsInterface.php:27
ILIAS\MetaData\Presentation\ElementsInterface\nameWithParents
nameWithParents(BaseElementInterface $element, ?BaseElementInterface $cut_off=null, bool $plural=false, bool $skip_initial=false)
ILIAS\MetaData\Presentation\ElementsInterface\name
name(BaseElementInterface $element, bool $plural=false)
ILIAS\MetaData\Presentation
Definition:
Data.php:21
components
ILIAS
MetaData
classes
Presentation
ElementsInterface.php
Generated on Sat Oct 18 2025 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)