(PHP 5, PHP 7)
The ReflectionMethod class reports information about a method.
Method name
Class name
ReflectionMethod::IS_STATIC
Indicates that the method is static.
ReflectionMethod::IS_PUBLIC
Indicates that the method is public.
ReflectionMethod::IS_PROTECTED
Indicates that the method is protected.
ReflectionMethod::IS_PRIVATE
Indicates that the method is private.
ReflectionMethod::IS_ABSTRACT
Indicates that the method is abstract.
ReflectionMethod::IS_FINAL
Indicates that the method is final.