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

(PHP 5 >= 5.3.0, PHP 7) Checks if in namespace

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

(PHP >= 5.4.0) Returns an array of traits used by this class

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

(PHP 5, PHP 7) Gets parent class public object

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

(PHP 5, PHP 7) Gets the name of the extension which defined the class

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

(PHP 5, PHP 7) Implements interface public bool

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

(PHP 5, PHP 7) Gets the constructor of the class

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

(PHP 5, PHP 7) Constructs a ReflectionClass public

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

(PHP 5 >= 5.1.0, PHP 7) Sets static property value

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

(PHP 5 >= 5.3.0, PHP 7) Gets namespace name

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

(PHP 5, PHP 7) Gets modifiers public int Ref

2025-01-10 15:47:30