|
Previous Page |
Solar_Docs_Apiref |
Next Page |
_getParameters()
protected
array
_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.