ParameterResolver
Table of Contents
Namespaces
- Container
Interfaces
- ParameterResolver
- Resolves the parameters to use to call the callable.
Classes
- AssociativeArrayResolver
- Tries to map an associative array (string-indexed) to the parameter names.
- DefaultValueResolver
- Finds the default value for a parameter, *if it exists*.
- NumericArrayResolver
- Simply returns all the values of the $providedParameters array that are
indexed by the parameter position (i.e. a number).
- ResolverChain
- Dispatches the call to other resolvers until all parameters are resolved.
- TypeHintResolver
- Inject entries using type-hints.