Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
|
Public Member Functions | |
__construct (private array $values,) | |
__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. | |
setName (string $name) | |
Set the name of the entry in the container. | |
DI\Definition\ArrayDefinition::__toString | ( | ) |
Definitions can be cast to string for debugging information.
Implements DI\Definition\Definition.
DI\Definition\ArrayDefinition::getName | ( | ) |
Returns the name of the entry in the container.
Implements DI\Definition\Definition.
DI\Definition\ArrayDefinition::replaceNestedDefinitions | ( | callable | $replacer | ) |
Apply a callable that replaces the definitions nested in this definition.
Implements DI\Definition\Definition.
DI\Definition\ArrayDefinition::setName | ( | string | $name | ) |
Set the name of the entry in the container.
Implements DI\Definition\Definition.