|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\MetaData\Presentation\Elements:
Collaboration diagram for ILIAS\MetaData\Presentation\Elements: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 | 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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
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.