(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::invoke
  • References/PHP/Function/Variables and Types/Reflection/ReflectionMethod

(PHP 5, PHP 7) Invoke public mixed ReflectionMethod::invoke

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

(PHP 5 >= 5.1.0, PHP 7) Invoke args public

2025-01-10 15:47:30