DI
Interfaces, Classes and Traits
- ContainerAwareInterface
- Container
- CreateDefinition
- DependencyResolver
- FactoryDefinition
- ContainerAwareTrait
Table of Contents
- factory() : mixed
- create() : mixed
- classOrCallback() : array<string|int, mixed>
- getCallbackArgumentTypes() : array<string|int, mixed>
- getCallbackArgumentType() : string
Functions
factory()
factory(Closure $factory) : mixed
Parameters
- $factory : Closure
create()
create() : mixed
classOrCallback()
classOrCallback(mixed $classOrCallback) : array<string|int, mixed>
Parameters
- $classOrCallback : mixed
getCallbackArgumentTypes()
getCallbackArgumentTypes(Closure $callback, mixed $min[, mixed $max = 10 ]) : array<string|int, mixed>
Parameters
- $callback : Closure
- $min : mixed
- $max : mixed = 10
getCallbackArgumentType()
getCallbackArgumentType(Closure $callback) : string
Parameters
- $callback : Closure