ReflectionClass::getMethod
ReflectionClass::getMethod
(PHP 5, PHP 7)
ReflectionClass::getMethod — Gets a ReflectionMethod for a class method.
Description
public ReflectionMethod ReflectionClass::getMethod ( string $name )
Gets a ReflectionMethod for a class method.
Parameters
-
name
-
The method name to reflect.
登录查看完整内容