ReflectionClass::getStaticProperties
(PHP 5)
ReflectionClass::getStaticProperties — Gets static properties
Descrierea
public array ReflectionClass::getStaticProperties
( void
)
Get the static properties.
Avertizare
Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.
Parametri
Această funcție nu are parametri.
Valorile întoarse
The static properties, as an array.
Vedeți de asemenea
- ReflectionClass::getStaticPropertyValue() - Gets static property value
- ReflectionClass::setStaticPropertyValue() - Sets static property value
