ReflectionMethod

( excerpt from http://php.net/manual/en/class.reflectionmethod.php )

The ReflectionMethod class reports information about a method.

Interface Synopsis

class ReflectionMethod extends ReflectionFunctionAbstract implements Reflector {...}

Public Methods