PHP DI\Definition Namespace

Nested Namespaces

DI\Definition\Dumper
DI\Definition\Exception
DI\Definition\Helper
DI\Definition\Resolver
DI\Definition\Source

Interfaces

Name Description
Definition Definition
SelfResolvingDefinition Describes a definition that can resolve itself.

Classes

Name Description
AliasDefinition Defines an alias from an entry to another.
ArrayDefinition Definition of an array containing values or references.
DecoratorDefinition Factory that decorates a sub-definition.
EnvironmentVariableDefinition Defines a reference to an environment variable, with fallback to a default value if the environment variable is not defined.
FactoryDefinition Definition of a value or class with a factory.
ObjectDefinition Defines how an object can be instantiated.
StringDefinition Definition of a string composed of other strings.
ValueDefinition Definition of a value for dependency injection.