ReflectionProperty
PHP Manual

ReflectionProperty::setValue

(PHP 5)

ReflectionProperty::setValueSet property value

Description

public void ReflectionProperty::setValue ( object $object , mixed $value )

Sets (changes) a properties value.

Warning

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

Parameters

object

The object name.

value

The new value.

Return Values

No value is returned.

See Also


ReflectionProperty
PHP Manual