ReflectionConstant
in package
FinalYes
Table of Contents
Properties
- $name : string
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
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