ReflectionClass
PHP Manual

ReflectionClass::getProperty

(PHP 5)

ReflectionClass::getPropertyGets property

説明

public ReflectionProperty ReflectionClass::getProperty ( string $name )

Gets a property.

警告

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

パラメータ

name

The property name.

返り値

A ReflectionProperty.

参考


ReflectionClass
PHP Manual