ReflectionProperty
PHP Manual

ReflectionProperty::getValue

(PHP 5)

ReflectionProperty::getValueGets value

Descrição

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

Gets the properties value.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

object

The object being reflected.

Valor Retornado

The current value of the property.

Veja Também


ReflectionProperty
PHP Manual