ReflectionProperty
PHP Manual

ReflectionProperty::getValue

(PHP 5)

ReflectionProperty::getValue値を取得する

説明

public mixed ReflectionProperty::getValue ( object $object )

プロパティの値を取得します。

警告

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

パラメータ

object

調べたいオブジェクト。

返り値

プルおパティの現在の値を返します。

参考


ReflectionProperty
PHP Manual