ReflectionProperty
PHP Manual

ReflectionProperty::getValue

(PHP 5)

ReflectionProperty::getValueGets value

Descripción

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

Gets the properties value.

Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

object

The object being reflected.

Valores devueltos

The current value of the property.

Ver también


ReflectionProperty
PHP Manual