Previous Page
_exception()

Solar_Docs_Apiref
_getParameters()

Next Page
_isInheritedMethod()

_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.