« ReflectionClassConstant::__toString
ReflectionConstant::__construct »
PHP Manual
Reflexão
A classe ReflectionConstant
A classe ReflectionConstant
(PHP 8 >= 8.4.0)
Introdução
A classe
ReflectionConstant
reporta informação sobre uma constante global.
Resumo da classe
final
class
ReflectionConstant
implements
Reflector
{
/* Propriedades */
public
string
$
name
;
/* Métodos */
public
__construct
(
string
$name
)
public
getExtension
():
?
ReflectionExtension
public
getExtensionName
():
string
|
false
public
getFileName
():
string
|
false
public
getName
():
string
public
getNamespaceName
():
string
public
getShortName
():
string
public
getValue
():
mixed
public
isDeprecated
():
bool
public
__toString
():
string
}
Propriedades
name
Nome da constante. Somente leitura, lança uma exceção
ReflectionException
em tentativa de escrita.
Veja Também
ReflectionClassConstant
Índice
ReflectionConstant::__construct
— Constructs a ReflectionConstant
ReflectionConstant::getExtension
— Gets ReflectionExtension of the defining extension
ReflectionConstant::getExtensionName
— Gets name of the defining extension
ReflectionConstant::getFileName
— Gets name of the defining file
ReflectionConstant::getName
— Gets name
ReflectionConstant::getNamespaceName
— Gets namespace name
ReflectionConstant::getShortName
— Gets short name
ReflectionConstant::getValue
— Gets value
ReflectionConstant::isDeprecated
— Checks if deprecated
ReflectionConstant::__toString
— Returns string representation