ReflectionMethod::__construct
ReflectionMethod::__construct
(PHP 5, PHP 7)
ReflectionMethod::__construct — Constructs a ReflectionMethod
Description
public ReflectionMethod::__construct ( mixed $class , string $name )
public ReflectionMethod::__construct ( string $class_method )
Constructs a new ReflectionMethod.
Parameters
-
class