ArgumentResolverTrait
Table of Contents
Methods
-
getContainer()
: DefinitionContainerInterface
-
reflectArguments()
: array<string|int, mixed>
-
resolveArguments()
: array<string|int, mixed>
getContainer()
public
abstract getContainer() : DefinitionContainerInterface
reflectArguments()
public
reflectArguments(ReflectionFunctionAbstract $method[, array<string|int, mixed> $args = [] ]) : array<string|int, mixed>
Parameters
-
$method
: ReflectionFunctionAbstract
-
-
$args
: array<string|int, mixed>
= []
-
Return values
array<string|int, mixed>
resolveArguments()
public
resolveArguments(array<string|int, mixed> $arguments) : array<string|int, mixed>
Parameters
-
$arguments
: array<string|int, mixed>
-
Return values
array<string|int, mixed>