https://www.php.net/manual/uk/reflectionclass.getparentclass.php
PHP: ReflectionClass::getParentClass - Manual
phpmanual
https://www.php.net/manual/de/reflectionclass.gettraitnames.php
PHP: ReflectionClass::getTraitNames - Manual
Returns an array of names of traits used by this class
phpmanual
https://www.php.net/manual/it/reflectionclass.getinterfaces.php
PHP: ReflectionClass::getInterfaces - Manual
phpmanual
https://www.php.net/manual/it/reflectionclass.isuninitializedlazyobject.php
PHP: ReflectionClass::isUninitializedLazyObject - Manual
Checks if an object is lazy and uninitialized
phpmanual
https://www.php.net/manual/it/reflectionclass.implementsinterface.php
PHP: ReflectionClass::implementsInterface - Manual
Implements interface
phpmanual
https://www.php.net/manual/de/reflectionclass.isenum.php
PHP: ReflectionClass::isEnum - Manual
Returns whether this is an enum
phpmanual
https://www.php.net/manual/uk/reflectionclass.hasproperty.php
PHP: ReflectionClass::hasProperty - Manual
Checks if property is defined
phpmanual
https://www.php.net/manual/ja/reflectionclass.getdoccomment.php
PHP: ReflectionClass::getDocComment - Manual
phpmanual
https://www.php.net/manual/de/reflectionclass.hasmethod.php
PHP: ReflectionClass::hasMethod - Manual
Checks if method is defined
phpmanual
https://bugs.php.net/bug.php?id=52854&edit=1
PHP :: Bug #52854 :: ReflectionClass::newInstanceArgs does not work for classes without constructors
does not
https://www.php.net/manual/fr/reflectionclass.export.php
PHP: ReflectionClass::export - Manual
phpexportmanual
https://www.php.net/manual/tr/reflectionclass.isanonymous.php
PHP: ReflectionClass::isAnonymous - Manual
Checks if class is anonymous
phpmanual
https://www.php.net/manual/en/reflectionclass.hasmethod.php
PHP: ReflectionClass::hasMethod - Manual
Checks if method is defined
phpmanual
https://www.php.net/manual/uk/reflectionclass.getstaticpropertyvalue.php
PHP: ReflectionClass::getStaticPropertyValue - Manual
Gets static property value
phpmanual
https://www.php.net/manual/de/reflectionclass.isiterateable.php
PHP: ReflectionClass::isIterateable - Manual
Alias von ReflectionClass::isIterable
phpmanual
https://www.php.net/manual/de/reflectionclass.initializelazyobject.php
PHP: ReflectionClass::initializeLazyObject - Manual
Forces initialization of a lazy object
phpmanual
https://www.php.net/manual/en/reflectionclass.istrait.php
PHP: ReflectionClass::isTrait - Manual
Returns whether this is a trait
phpmanual
https://www.php.net/manual/ja/reflectionclass.innamespace.php
PHP: ReflectionClass::inNamespace - Manual
phpmanual
https://www.php.net/manual/uk/reflectionclass.tostring.php
PHP: ReflectionClass::__toString - Manual
Returns the string representation of the ReflectionClass object
phptostringmanual
https://www.php.net/manual/tr/reflectionclass.gettraits.php
PHP: ReflectionClass::getTraits - Manual
Returns an array of traits used by this class
phpmanual
https://www.php.net/manual/de/reflectionclass.hasconstant.php
PHP: ReflectionClass::hasConstant - Manual
Checks if constant is defined
phpmanual
https://www.php.net/manual/de/reflectionclass.getconstant.php
PHP: ReflectionClass::getConstant - Manual
Gets defined constant
phpmanual
https://www.php.net/manual/fr/reflectionclass.isiterateable.php
PHP: ReflectionClass::isIterateable - Manual
Alias de ReflectionClass::isIterable
phpmanual
https://www.php.net/manual/en/reflectionclass.getendline.php
PHP: ReflectionClass::getEndLine - Manual
phpmanual
https://www.php.net/manual/es/reflectionclass.newlazyproxy.php
PHP: ReflectionClass::newLazyProxy - Manual
Crear una nueva instancia proxy perezosa
phpmanual
https://www.php.net/manual/it/reflectionclass.newinstanceargs.php
PHP: ReflectionClass::newInstanceArgs - Manual
Creates a new class instance from given arguments
phpmanual
https://www.php.net/manual/it/reflectionclass.isabstract.php
PHP: ReflectionClass::isAbstract - Manual
Checks if class is abstract
phpmanual
https://www.php.net/manual/en/reflectionclass.getinterfaces.php
PHP: ReflectionClass::getInterfaces - Manual
phpmanual
https://www.php.net/manual/tr/reflectionclass.istrait.php
PHP: ReflectionClass::isTrait - Manual
Returns whether this is a trait
phpmanual
https://www.php.net/manual/en/reflectionclass.iscloneable.php
PHP: ReflectionClass::isCloneable - Manual
Returns whether this class is cloneable
phpmanual
https://www.php.net/manual/en/reflectionclass.isinstance.php
PHP: ReflectionClass::isInstance - Manual
Checks class for instance
phpmanual
https://www.php.net/manual/fr/reflectionclass.istrait.php
PHP: ReflectionClass::isTrait - Manual
Renseigne s'il s'agit d'un trait
phpmanual
https://bugs.php.net/bug.php?id=69804&edit=1
PHP :: Bug #69804 :: ReflectionClass::getStaticPropertyValue() throws exception on protected props
phpbugthrowsexceptionprotected
https://www.php.net/manual/uk/reflectionclass.getreflectionconstants.php
PHP: ReflectionClass::getReflectionConstants - Manual
Gets class constants
phpmanual
https://www.php.net/manual/it/reflectionclass.tostring.php
PHP: ReflectionClass::__toString - Manual
Returns the string representation of the ReflectionClass object
phptostringmanual
https://www.php.net/manual/en/reflectionclass.getmethod.php
PHP: ReflectionClass::getMethod - Manual
Gets a ReflectionMethod for a class method
phpmanual
https://www.php.net/manual/de/reflectionclass.getdoccomment.php
PHP: ReflectionClass::getDocComment - Manual
phpmanual
https://www.php.net/manual/uk/reflectionclass.getreflectionconstant.php
PHP: ReflectionClass::getReflectionConstant - Manual
Gets a ReflectionClassConstant for a class's constant
phpmanual
https://www.php.net/manual/uk/reflectionclass.construct.php
PHP: ReflectionClass::__construct - Manual
Constructs a ReflectionClass
phpconstructmanual
https://www.php.net/manual/en/reflectionclass.gettraitnames.php
PHP: ReflectionClass::getTraitNames - Manual
Returns an array of names of traits used by this class
phpmanual
https://www.php.net/manual/de/reflectionclass.getname.php
PHP: ReflectionClass::getName - Manual
phpgetnamemanual
https://www.php.net/manual/uk/reflectionclass.getendline.php
PHP: ReflectionClass::getEndLine - Manual
phpmanual
https://www.php.net/manual/en/reflectionclass.isinternal.php
PHP: ReflectionClass::isInternal - Manual
Checks if class is defined internally by an extension, or the core
phpmanual
https://www.php.net/manual/ja/reflectionclass.getstartline.php
PHP: ReflectionClass::getStartLine - Manual
phpmanual
https://www.php.net/manual/uk/reflectionclass.getmethod.php
PHP: ReflectionClass::getMethod - Manual
Gets a ReflectionMethod for a class method
phpmanual
https://www.php.net/manual/en/reflectionclass.getdefaultproperties.php
PHP: ReflectionClass::getDefaultProperties - Manual
Gets default properties
phpmanual
https://www.php.net/manual/it/reflectionclass.getparentclass.php
PHP: ReflectionClass::getParentClass - Manual
phpmanual
https://www.php.net/manual/ru/reflectionclass.export.php
PHP: ReflectionClass::export - Manual
phpexportmanual
https://www.php.net/manual/de/reflectionclass.isfinal.php
PHP: ReflectionClass::isFinal - Manual
Checks if class is final
phpmanual