Werbung
ReflectionProperty::getValue
(PHP 5)
ReflectionProperty::getValue — Gets value
Beschreibung
Gets the properties value.
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
- object
-
The object being reflected.
Rückgabewerte
The current value of the property.
Siehe auch
- ReflectionProperty::getName - Gets property name
- ReflectionProperty::setValue - Set property value