php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
const int | IS_IMPLICIT_ABSTRACT = UNKNOWN |
const int | IS_EXPLICIT_ABSTRACT = UNKNOWN |
const int | IS_FINAL = UNKNOWN |
const int | IS_READONLY = UNKNOWN |
const int | SKIP_INITIALIZATION_ON_SERIALIZE = UNKNOWN |
const int | SKIP_DESTRUCTOR = UNKNOWN |
string | $name |
@not-serializable
Definition at line 239 of file php_reflection.stub.php.
ReflectionClass::__construct | ( | object|string | $objectOrClass | ) |
Reimplemented in ReflectionEnum.
Definition at line 263 of file php_reflection.stub.php.
ReflectionClass::__toString | ( | ) |
Implements Stringable.
Definition at line 265 of file php_reflection.stub.php.
ReflectionClass::getAttributes | ( | ?string | $name = null, |
int | $flags = 0 ) |
Definition at line 440 of file php_reflection.stub.php.
ReflectionClass::getConstant | ( | string | $name | ) |
@tentative-return-type
Definition at line 328 of file php_reflection.stub.php.
ReflectionClass::getConstants | ( | ?int | $filter = null | ) |
@tentative-return-type
Definition at line 322 of file php_reflection.stub.php.
ReflectionClass::getConstructor | ( | ) |
@tentative-return-type
Definition at line 298 of file php_reflection.stub.php.
ReflectionClass::getDefaultProperties | ( | ) |
@tentative-return-type
Definition at line 411 of file php_reflection.stub.php.
ReflectionClass::getDocComment | ( | ) |
@tentative-return-type
Definition at line 295 of file php_reflection.stub.php.
ReflectionClass::getEndLine | ( | ) |
@tentative-return-type
Definition at line 292 of file php_reflection.stub.php.
ReflectionClass::getExtension | ( | ) |
@tentative-return-type
Definition at line 426 of file php_reflection.stub.php.
ReflectionClass::getExtensionName | ( | ) |
@tentative-return-type
Definition at line 429 of file php_reflection.stub.php.
ReflectionClass::getFileName | ( | ) |
@tentative-return-type
Definition at line 286 of file php_reflection.stub.php.
ReflectionClass::getInterfaceNames | ( | ) |
@tentative-return-type
Definition at line 337 of file php_reflection.stub.php.
ReflectionClass::getInterfaces | ( | ) |
@tentative-return-type
Definition at line 334 of file php_reflection.stub.php.
ReflectionClass::getLazyInitializer | ( | object | $object | ) |
Definition at line 393 of file php_reflection.stub.php.
ReflectionClass::getMethod | ( | string | $name | ) |
@tentative-return-type
Definition at line 304 of file php_reflection.stub.php.
ReflectionClass::getMethods | ( | ?int | $filter = null | ) |
@tentative-return-type
Definition at line 307 of file php_reflection.stub.php.
ReflectionClass::getModifiers | ( | ) |
@tentative-return-type
Definition at line 365 of file php_reflection.stub.php.
ReflectionClass::getName | ( | ) |
@tentative-return-type
Definition at line 268 of file php_reflection.stub.php.
ReflectionClass::getNamespaceName | ( | ) |
@tentative-return-type
Definition at line 435 of file php_reflection.stub.php.
ReflectionClass::getParentClass | ( | ) |
@tentative-return-type
Definition at line 396 of file php_reflection.stub.php.
ReflectionClass::getProperties | ( | ?int | $filter = null | ) |
@tentative-return-type
Definition at line 316 of file php_reflection.stub.php.
ReflectionClass::getProperty | ( | string | $name | ) |
@tentative-return-type
Definition at line 313 of file php_reflection.stub.php.
ReflectionClass::getReflectionConstant | ( | string | $name | ) |
@tentative-return-type
Definition at line 331 of file php_reflection.stub.php.
ReflectionClass::getReflectionConstants | ( | ?int | $filter = null | ) |
@tentative-return-type
Definition at line 325 of file php_reflection.stub.php.
ReflectionClass::getShortName | ( | ) |
@tentative-return-type
Definition at line 438 of file php_reflection.stub.php.
ReflectionClass::getStartLine | ( | ) |
@tentative-return-type
Definition at line 289 of file php_reflection.stub.php.
ReflectionClass::getStaticProperties | ( | ) |
@tentative-return-type
Definition at line 402 of file php_reflection.stub.php.
ReflectionClass::getStaticPropertyValue | ( | string | $name, |
mixed | $default = UNKNOWN ) |
@tentative-return-type
Definition at line 405 of file php_reflection.stub.php.
ReflectionClass::getTraitAliases | ( | ) |
@tentative-return-type
Definition at line 349 of file php_reflection.stub.php.
ReflectionClass::getTraitNames | ( | ) |
@tentative-return-type
Definition at line 346 of file php_reflection.stub.php.
ReflectionClass::getTraits | ( | ) |
@tentative-return-type
Definition at line 343 of file php_reflection.stub.php.
ReflectionClass::hasConstant | ( | string | $name | ) |
@tentative-return-type
Definition at line 319 of file php_reflection.stub.php.
ReflectionClass::hasMethod | ( | string | $name | ) |
@tentative-return-type
Definition at line 301 of file php_reflection.stub.php.
ReflectionClass::hasProperty | ( | string | $name | ) |
@tentative-return-type
Definition at line 310 of file php_reflection.stub.php.
ReflectionClass::implementsInterface | ( | ReflectionClass|string | $interface | ) |
@tentative-return-type
Definition at line 423 of file php_reflection.stub.php.
ReflectionClass::initializeLazyObject | ( | object | $object | ) |
Definition at line 387 of file php_reflection.stub.php.
ReflectionClass::inNamespace | ( | ) |
@tentative-return-type
Definition at line 432 of file php_reflection.stub.php.
ReflectionClass::isAbstract | ( | ) |
@tentative-return-type
Definition at line 357 of file php_reflection.stub.php.
ReflectionClass::isAnonymous | ( | ) |
@tentative-return-type
Definition at line 277 of file php_reflection.stub.php.
ReflectionClass::isCloneable | ( | ) |
@tentative-return-type
Definition at line 283 of file php_reflection.stub.php.
ReflectionClass::isEnum | ( | ) |
Definition at line 354 of file php_reflection.stub.php.
ReflectionClass::isFinal | ( | ) |
@tentative-return-type
Definition at line 360 of file php_reflection.stub.php.
ReflectionClass::isInstance | ( | object | $object | ) |
@tentative-return-type
Definition at line 368 of file php_reflection.stub.php.
ReflectionClass::isInstantiable | ( | ) |
@tentative-return-type
Definition at line 280 of file php_reflection.stub.php.
ReflectionClass::isInterface | ( | ) |
@tentative-return-type
Definition at line 340 of file php_reflection.stub.php.
ReflectionClass::isInternal | ( | ) |
@tentative-return-type
Definition at line 271 of file php_reflection.stub.php.
ReflectionClass::isIterable | ( | ) |
@tentative-return-type
Definition at line 414 of file php_reflection.stub.php.
ReflectionClass::isIterateable | ( | ) |
@tentative-return-type @alias ReflectionClass\isIterable
Definition at line 420 of file php_reflection.stub.php.
ReflectionClass::isReadOnly | ( | ) |
Definition at line 362 of file php_reflection.stub.php.
ReflectionClass::isSubclassOf | ( | ReflectionClass|string | $class | ) |
@tentative-return-type
Definition at line 399 of file php_reflection.stub.php.
ReflectionClass::isTrait | ( | ) |
@tentative-return-type
Definition at line 352 of file php_reflection.stub.php.
ReflectionClass::isUninitializedLazyObject | ( | object | $object | ) |
Definition at line 389 of file php_reflection.stub.php.
ReflectionClass::isUserDefined | ( | ) |
@tentative-return-type
Definition at line 274 of file php_reflection.stub.php.
ReflectionClass::markLazyObjectAsInitialized | ( | object | $object | ) |
Definition at line 391 of file php_reflection.stub.php.
ReflectionClass::newInstance | ( | mixed ... | $args | ) |
@tentative-return-type
Definition at line 371 of file php_reflection.stub.php.
ReflectionClass::newInstanceArgs | ( | array | $args = [] | ) |
@tentative-return-type
Definition at line 377 of file php_reflection.stub.php.
ReflectionClass::newInstanceWithoutConstructor | ( | ) |
@tentative-return-type
Definition at line 374 of file php_reflection.stub.php.
ReflectionClass::newLazyGhost | ( | callable | $initializer, |
int | $options = 0 ) |
Definition at line 379 of file php_reflection.stub.php.
ReflectionClass::newLazyProxy | ( | callable | $factory, |
int | $options = 0 ) |
Definition at line 381 of file php_reflection.stub.php.
ReflectionClass::resetAsLazyGhost | ( | object | $object, |
callable | $initializer, | ||
int | $options = 0 ) |
Definition at line 383 of file php_reflection.stub.php.
ReflectionClass::resetAsLazyProxy | ( | object | $object, |
callable | $factory, | ||
int | $options = 0 ) |
Definition at line 385 of file php_reflection.stub.php.
ReflectionClass::setStaticPropertyValue | ( | string | $name, |
mixed | $value ) |
@tentative-return-type
Definition at line 408 of file php_reflection.stub.php.
string ReflectionClass::$name |
Definition at line 259 of file php_reflection.stub.php.
const int ReflectionClass::IS_EXPLICIT_ABSTRACT = UNKNOWN |
@cvalue ZEND_ACC_EXPLICIT_ABSTRACT_CLASS
Definition at line 247 of file php_reflection.stub.php.
const int ReflectionClass::IS_FINAL = UNKNOWN |
@cvalue ZEND_ACC_FINAL
Definition at line 249 of file php_reflection.stub.php.
const int ReflectionClass::IS_IMPLICIT_ABSTRACT = UNKNOWN |
@cvalue ZEND_ACC_IMPLICIT_ABSTRACT_CLASS
Definition at line 245 of file php_reflection.stub.php.
const int ReflectionClass::IS_READONLY = UNKNOWN |
@cvalue ZEND_ACC_READONLY_CLASS
Definition at line 251 of file php_reflection.stub.php.
const int ReflectionClass::SKIP_DESTRUCTOR = UNKNOWN |
@cvalue ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR
Definition at line 257 of file php_reflection.stub.php.
const int ReflectionClass::SKIP_INITIALIZATION_ON_SERIALIZE = UNKNOWN |
@cvalue ZEND_LAZY_OBJECT_SKIP_INITIALIZATION_ON_SERIALIZE
Definition at line 254 of file php_reflection.stub.php.