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

(PHP >= 5.4.0) Returns whether this is a trait

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

(PHP 5, PHP 7) Checks if class is defined internally by an extension, or the core

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

(PHP 5, PHP 7) Gets defined constant public mixed

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

(PHP >= 5.4.0) Creates a new class instance without invoking the constructor.

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

(PHP 5, PHP 7) Gets default properties public

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

(PHP 5, PHP 7) Checks if iterateable public bool

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

(PHP 5, PHP 7) Gets static properties public

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

(PHP 5, PHP 7) Checks if the class is an interface

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

(PHP 5, PHP 7) Gets the filename of the file in which the class has been defined

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