PHP 클래스 DI\Invoker\FactoryParameterResolver

{@internal This class is similar to TypeHintingResolver and TypeHintingContainerResolver, we use this instead for performance reasons}
저자: Quim Calpe ([email protected])
저자: Matthieu Napoli ([email protected])
상속: implements Invoker\ParameterResolver\ParameterResolver
파일 보기 프로젝트 열기: mnapoli/php-di

공개 메소드들

메소드 설명
__construct ( Interop\Container\ContainerInterface $container )
getParameters ( ReflectionFunctionAbstract $reflection, array $providedParameters, array $resolvedParameters )

메소드 상세

__construct() 공개 메소드

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

getParameters() 공개 메소드

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