ReflectionProperty
PHP Manual

ReflectionProperty::setValue

(PHP 5)

ReflectionProperty::setValueSet property value

説明

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

Sets (changes) a properties value.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

object

The object name.

value

The new value.

返り値

値を返しません。

参考


ReflectionProperty
PHP Manual