Methods |
protected
|
resolveClassMethodDependencies(array $parameters, object $instance, string $method): array
Resolve the object method's type-hinted dependencies.
Resolve the object method's type-hinted dependencies.
|
#
|
public
|
resolveMethodDependencies(array $parameters, ReflectionFunctionAbstract $reflector): array
Resolve the given method's type-hinted dependencies.
Resolve the given method's type-hinted dependencies.
|
#
|
protected
|
transformDependency(ReflectionParameter $parameter, array $parameters, object $skippableValue): mixed
Attempt to transform the given parameter into a class instance.
Attempt to transform the given parameter into a class instance.
|
#
|
protected
|
alreadyInParameters(string $class, array $parameters): bool
Determine if an object of the given class is in a list of parameters.
Determine if an object of the given class is in a list of parameters.
|
#
|
protected
|
spliceIntoParameters(array &$parameters, string $offset, mixed $value): void
Splice the given value into the parameter list.
Splice the given value into the parameter list.
|
#
|