PHP Class Silly\HyphenatedInputResolver

E.g. ->call($callable, ['dry-run' => true]) will inject the boolean true for a parameter named either $dryrun or $dryRun.
Inheritance: implements Invoker\ParameterResolver\ParameterResolver
Mostra file Open project: mnapoli/silly

Public Methods

Method Description
getParameters ( ReflectionFunctionAbstract $reflection, array $providedParameters, array $resolvedParameters )

Method Details

getParameters() public method

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