ReflectionClass::getMethod
(PHP 5)
ReflectionClass::getMethod — Gets a ReflectionMethod
Description
public object ReflectionClass::getMethod
( string $name
)
Gets a ReflectionMethod about a method.
Warning
This function is currently not documented; only its argument list is available.
Parameters
- name
-
The method name to reflect.
Return Values
See Also
- ReflectionClass::getMethod()