(PHP 5, PHP 7)
ReflectionClass::isAbstract
  • References/PHP/Function/Variables and Types/Reflection/ReflectionClass

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

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

(PHP 5, PHP 7) Exports a class public static

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

(PHP 5, PHP 7) Gets properties public array

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

(PHP 5, PHP 7) Checks if user defined public

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

(PHP >= 5.4.0) Returns an array of trait aliases

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

(PHP 5 >= 5.1.0, PHP 7) Gets doc comments

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

(PHP 5 >= 5.1.0, PHP 7) Checks if property is defined

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

(PHP 5, PHP 7) Checks class for instance public

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

(PHP 5, PHP 7) Checks if a subclass public bool

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

(PHP 5 >= 5.1.3, PHP 7) Creates a new class instance from given arguments.

2025-01-10 15:47:30