ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct (UtilitiesInterface $utilities,) | |
name (BaseElementInterface $element, bool $plural=false) | |
nameWithParents (BaseElementInterface $element, ?BaseElementInterface $cut_off=null, bool $plural=false, bool $skip_initial=false) | |
Protected Member Functions | |
camelCaseToSnakeCase (string $string) | |
Protected Attributes | |
const string | SEPARATOR = ': ' |
UtilitiesInterface | $utilities |
Definition at line 30 of file Elements.php.
ILIAS\MetaData\Presentation\Elements::__construct | ( | UtilitiesInterface | $utilities | ) |
Definition at line 36 of file Elements.php.
References ILIAS\MetaData\Presentation\Elements\$utilities.
|
protected |
Definition at line 89 of file Elements.php.
Referenced by ILIAS\MetaData\Presentation\Elements\name().
ILIAS\MetaData\Presentation\Elements::name | ( | BaseElementInterface | $element, |
bool | $plural = false |
||
) |
Implements ILIAS\MetaData\Presentation\ElementsInterface.
Definition at line 42 of file Elements.php.
References ILIAS\MetaData\Presentation\Elements\camelCaseToSnakeCase(), and ILIAS\MetaData\Elements\Base\BaseElementInterface\getDefinition().
Referenced by ILIAS\MetaData\Presentation\Elements\nameWithParents().
ILIAS\MetaData\Presentation\Elements::nameWithParents | ( | BaseElementInterface | $element, |
?BaseElementInterface | $cut_off = null , |
||
bool | $plural = false , |
||
bool | $skip_initial = false |
||
) |
Implements ILIAS\MetaData\Presentation\ElementsInterface.
Definition at line 60 of file Elements.php.
References ILIAS\MetaData\Elements\Base\BaseElementInterface\getSuperElement(), and ILIAS\MetaData\Presentation\Elements\name().
|
protected |
Definition at line 34 of file Elements.php.
Referenced by ILIAS\MetaData\Presentation\Elements\__construct().
|
protected |
Definition at line 32 of file Elements.php.