PHP Manual
Function Reference
Variable and Type Related Extensions
Reflection
Introduction
Examples
Extending
Reflection
ReflectionClass
ReflectionClassConstant
ReflectionEnum
ReflectionEnumUnitCase
ReflectionEnumBackedCase
ReflectionZendExtension
ReflectionExtension
ReflectionFunction
ReflectionFunctionAbstract
ReflectionMethod
ReflectionNamedType
ReflectionObject
ReflectionParameter
ReflectionProperty
ReflectionType
ReflectionUnionType
ReflectionGenerator
ReflectionFiber
ReflectionIntersectionType
ReflectionReference
ReflectionAttribute
Reflector
ReflectionException
ReflectionIntersectionType::getTypes
ReflectionReference::__construct
Reflection
PHP Manual
The ReflectionReference class
Introduction
The
ReflectionReference
class provides information about a reference.
Class synopsis
final
ReflectionReference
/* Methods */
private
__construct
()
public
static
ReflectionReference
null
fromArrayElement
(
array
$array
,
int
string
$key
)
public
string
getId
()
Table of Contents
ReflectionReference::__construct
— Private constructor to disallow direct instantiation
ReflectionReference::fromArrayElement
— Create a ReflectionReference from an array element
ReflectionReference::getId
— Get unique ID of a reference