Creates an array of parameters according to the function definition
public static computeFuncParams ( ReflectionFunctionAbstract $reflection, array $args, array $options, boolean $needTagInDocComment = true ) : array | ||
$reflection | ReflectionFunctionAbstract | |
$args | array | |
$options | array | |
$needTagInDocComment | boolean | Whether the compute-params tag must be present in the doc comment |
return | array |