|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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) | |
| 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.
| ILIAS\MetaData\Presentation\Elements::name | ( | BaseElementInterface | $element, |
| bool | $plural = false |
||
| ) |
Implements ILIAS\MetaData\Presentation\ElementsInterface.
Definition at line 42 of file Elements.php.
| 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().
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.