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

Public Member Functions

 __construct (private mixed $value,)
 
 __toString ()
 Definitions can be cast to string for debugging information.
 
 getName ()
 Returns the name of the entry in the container.
 
 getValue ()
 
 isResolvable (ContainerInterface $container)
 Check if a definition can be resolved.
 
 replaceNestedDefinitions (callable $replacer)
 Apply a callable that replaces the definitions nested in this definition.
 
 resolve (ContainerInterface $container)
 Resolve the definition and return the resulting value.
 
 setName (string $name)
 Set the name of the entry in the container.
 

Member Function Documentation

◆ __toString()

DI\Definition\ValueDefinition::__toString ( )

Definitions can be cast to string for debugging information.

Implements DI\Definition\Definition.

◆ getName()

DI\Definition\ValueDefinition::getName ( )

Returns the name of the entry in the container.

Implements DI\Definition\Definition.

◆ isResolvable()

DI\Definition\ValueDefinition::isResolvable ( ContainerInterface $container)

Check if a definition can be resolved.

Implements DI\Definition\SelfResolvingDefinition.

◆ replaceNestedDefinitions()

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

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

Implements DI\Definition\Definition.

◆ resolve()

DI\Definition\ValueDefinition::resolve ( ContainerInterface $container)

Resolve the definition and return the resulting value.

Implements DI\Definition\SelfResolvingDefinition.

◆ setName()

DI\Definition\ValueDefinition::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: