Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
DI\Definition\InstanceDefinition Class Reference
Inheritance diagram for DI\Definition\InstanceDefinition:
DI\Definition\Definition DI\Factory\RequestedEntry

Public Member Functions

 __construct (private object $instance, private ObjectDefinition $objectDefinition,)
 
 __toString ()
 Definitions can be cast to string for debugging information.
 
 getInstance ()
 
 getName ()
 Returns the name of the entry in the container.
 
 getObjectDefinition ()
 
 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.
 

Constructor & Destructor Documentation

◆ __construct()

DI\Definition\InstanceDefinition::__construct ( private object $instance,
private ObjectDefinition $objectDefinition )
Parameters
object$instanceInstance on which to inject dependencies.

Member Function Documentation

◆ __toString()

DI\Definition\InstanceDefinition::__toString ( )

Definitions can be cast to string for debugging information.

Implements DI\Definition\Definition.

◆ getName()

DI\Definition\InstanceDefinition::getName ( )

Returns the name of the entry in the container.

Implements DI\Definition\Definition.

◆ replaceNestedDefinitions()

DI\Definition\InstanceDefinition::replaceNestedDefinitions ( callable $replacer)

Apply a callable that replaces the definitions nested in this definition.

Implements DI\Definition\Definition.

◆ setName()

DI\Definition\InstanceDefinition::setName ( string $name)

Set the name of the entry in the container.

Implements DI\Definition\Definition.


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