ReflectionProperty
PHP Manual

ReflectionProperty::getValue

(PHP 5)

ReflectionProperty::getValueGets value

Beschreibung

public mixed ReflectionProperty::getValue ([ string $object ] )

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
PHP Manual