ReflectionClass
PHP Manual

ReflectionClass::getProperty

(PHP 5)

ReflectionClass::getPropertyプロパティを取得する

説明

public ReflectionProperty ReflectionClass::getProperty ( string $name )

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

警告

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

パラメータ

name

プロパティの名前。

返り値

ReflectionProperty を返します。

参考


ReflectionClass
PHP Manual