ReflectionProperty
PHP Manual

ReflectionProperty::getValue

(PHP 5)

ReflectionProperty::getValueGets value

Description

public mixed ReflectionProperty::getValue ( object $object )

Gets the properties value.

Warning

This function is currently not documented; only its argument list is available.

Parameters

object

The object being reflected.

Return Values

The current value of the property.

See Also


ReflectionProperty
PHP Manual