Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
__toString () | |
Definitions can be cast to string for debugging information. | |
getName () | |
Returns the name of the entry in the container. | |
getValues () | |
replaceNestedDefinitions (callable $replacer) | |
Apply a callable that replaces the definitions nested in this definition. | |
setExtendedDefinition (Definition $definition) | |
setName (string $name) | |
Set the name of the entry in the container. | |
|
inherited |
Definitions can be cast to string for debugging information.
Implements DI\Definition\Definition.
|
inherited |
Returns the name of the entry in the container.
Implements DI\Definition\Definition.
DI\Definition\ArrayDefinitionExtension::getValues | ( | ) |
Reimplemented from DI\Definition\ArrayDefinition.
|
inherited |
Apply a callable that replaces the definitions nested in this definition.
Implements DI\Definition\Definition.
DI\Definition\ArrayDefinitionExtension::setExtendedDefinition | ( | Definition | $definition | ) |
Implements DI\Definition\ExtendsPreviousDefinition.
|
inherited |
Set the name of the entry in the container.
Implements DI\Definition\Definition.