ReflectionClass::getStaticProperties
(PHP 5)
ReflectionClass::getStaticProperties — Gets static properties
Beschreibung
public array ReflectionClass::getStaticProperties
( void
)
Get the static properties.
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
The static properties, as an array.
Siehe auch
- ReflectionClass::getStaticPropertyValue - Gets static property value
- ReflectionClass::setStaticPropertyValue - Sets static property value
ReflectionClass::getStaticProperties
There are no user contributed notes for this page.
