Solar_Docs_Apiref::_getParameters()
protected
array
Solar_Docs_Apiref::_getParameters
( string $class
, ReflectionMethod $method
, array $tech
)
Returns the parameters for a ReflectionMethod.
Parameters
(string)
$class
: The class name.(ReflectionMethod)
$method
: A ReflectionMethod object to get parameters for.(array)
$tech
: A technical information array derived from Solar_Docs_Phpdoc.
Returns
(array) An array of parameter specifications.
Description
Returns the parameters for a ReflectionMethod.