ReflectionClass::getStaticProperties
(PHP 5)
ReflectionClass::getStaticProperties — Gets static properties
Descrição
public array ReflectionClass::getStaticProperties
( void
)
Get the static properties.
Warning
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
The static properties, as an array.
Veja Também
- ReflectionClass::getStaticPropertyValue() - Gets static property value
- ReflectionClass::setStaticPropertyValue() - Sets static property value