ReflectionProperty
PHP Manual

ReflectionProperty::getValue

(PHP 5)

ReflectionProperty::getValueGets value

Opis

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

Gets the properties value.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

object

The object being reflected.

Zwracane wartości

The current value of the property.

Zobacz też:


ReflectionProperty
PHP Manual