(PHP 5, PHP 7)
ReflectionMethod::getDeclaringClass
  • References/PHP/Function/Variables and Types/Reflection/ReflectionMethod

(PHP 5, PHP 7) Gets declaring class for the reflected method.

2025-01-10 15:47:30
ReflectionMethod::setAccessible
  • References/PHP/Function/Variables and Types/Reflection/ReflectionMethod

(PHP 5 >= 5.3.2, PHP 7) Set method accessibility

2025-01-10 15:47:30
ReflectionMethod::isAbstract
  • References/PHP/Function/Variables and Types/Reflection/ReflectionMethod

(PHP 5, PHP 7) Checks if method is abstract public

2025-01-10 15:47:30
ReflectionMethod::getPrototype
  • References/PHP/Function/Variables and Types/Reflection/ReflectionMethod

(PHP 5, PHP 7) Gets the method prototype (if there is one).

2025-01-10 15:47:30
ReflectionMethod::__construct
  • References/PHP/Function/Variables and Types/Reflection/ReflectionMethod

(PHP 5, PHP 7) Constructs a ReflectionMethod

2025-01-10 15:47:30
ReflectionMethod::isProtected
  • References/PHP/Function/Variables and Types/Reflection/ReflectionMethod

(PHP 5, PHP 7) Checks if method is protected

2025-01-10 15:47:30
ReflectionMethod::isPrivate
  • References/PHP/Function/Variables and Types/Reflection/ReflectionMethod

(PHP 5, PHP 7) Checks if method is private public

2025-01-10 15:47:30
ReflectionMethod::getModifiers
  • References/PHP/Function/Variables and Types/Reflection/ReflectionMethod

(PHP 5, PHP 7) Gets the method modifiers public

2025-01-10 15:47:30
ReflectionMethod::isStatic
  • References/PHP/Function/Variables and Types/Reflection/ReflectionMethod

(PHP 5, PHP 7) Checks if method is static public

2025-01-10 15:47:30
ReflectionMethod::__toString
  • References/PHP/Function/Variables and Types/Reflection/ReflectionMethod

(PHP 5, PHP 7) Returns the string representation of the Reflection method object.

2025-01-10 15:47:30