ReflectionConstant
in package
FinalYes
Tags
Table of Contents
Properties
- $name : string
- $deprecated : mixed
- $persistentConstants : mixed
- $value : mixed
Methods
- __construct() : mixed
- __sleep() : array<string|int, mixed>
- __toString() : string
- __wakeup() : void
- getName() : string
- getNamespaceName() : string
- getShortName() : string
- getValue() : mixed
- isDeprecated() : bool
Properties
$name
public
string
$name
Tags
$deprecated
private
mixed
$deprecated
$persistentConstants
private
static mixed
$persistentConstants
= []
$value
private
mixed
$value
Methods
__construct()
public
__construct(string $name) : mixed
Parameters
- $name : string
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__toString()
public
__toString() : string
Return values
string__wakeup()
public
__wakeup() : void
getName()
public
getName() : string
Return values
stringgetNamespaceName()
public
getNamespaceName() : string
Return values
stringgetShortName()
public
getShortName() : string
Return values
stringgetValue()
public
getValue() : mixed
isDeprecated()
public
isDeprecated() : bool