PHP Class DI\Invoker\FactoryParameterResolver

{@internal This class is similar to TypeHintingResolver and TypeHintingContainerResolver, we use this instead for performance reasons}
Author: Quim Calpe ([email protected])
Author: Matthieu Napoli ([email protected])
Inheritance: implements Invoker\ParameterResolver\ParameterResolver
Datei anzeigen Open project: mnapoli/php-di

Public Methods

Method Description
__construct ( Interop\Container\ContainerInterface $container )
getParameters ( ReflectionFunctionAbstract $reflection, array $providedParameters, array $resolvedParameters )

Method Details

__construct() public method

public __construct ( Interop\Container\ContainerInterface $container )
$container Interop\Container\ContainerInterface

getParameters() public method

public getParameters ( ReflectionFunctionAbstract $reflection, array $providedParameters, array $resolvedParameters )
$reflection ReflectionFunctionAbstract
$providedParameters array
$resolvedParameters array