ReflectionProperty
PHP Manual

ReflectionProperty::getValue

(PHP 5)

ReflectionProperty::getValueGets value

Descrierea

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

Gets the properties value.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

object

The object being reflected.

Valorile întoarse

The current value of the property.

Vedeți de asemenea


ReflectionProperty
PHP Manual