ReflectionProperty
PHP Manual

ReflectionProperty::getValue

(PHP 5)

ReflectionProperty::getValueGets value

説明

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

Gets the properties value.

警告

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

パラメータ

object

The object being reflected.

返り値

The current value of the property.

参考


ReflectionProperty
PHP Manual