Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
DI\Definition\ExtendsPreviousDefinition Interface Reference
Inheritance diagram for DI\Definition\ExtendsPreviousDefinition:
DI\Definition\Definition DI\Factory\RequestedEntry DI\Definition\ArrayDefinitionExtension DI\Definition\DecoratorDefinition

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.
 
 setExtendedDefinition (Definition $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: