Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
DI\Definition\Definition Interface Reference
Inheritance diagram for DI\Definition\Definition:
DI\Factory\RequestedEntry DI\Definition\ArrayDefinition DI\Definition\DecoratorDefinition DI\Definition\EnvironmentVariableDefinition DI\Definition\ExtendsPreviousDefinition DI\Definition\FactoryDefinition DI\Definition\InstanceDefinition DI\Definition\ObjectDefinition DI\Definition\ObjectDefinition\MethodInjection DI\Definition\Reference DI\Definition\ValueDefinition

Public Member Functions

 __toString ()
 Definitions can be cast to string for debugging information.
 
 getName ()
 Returns the name of the entry in the container.
 
 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.
 

Member Function Documentation

◆ __toString()

◆ getName()

◆ replaceNestedDefinitions()

◆ setName()


The documentation for this interface was generated from the following file: