ReflectionClass
PHP Manual

ReflectionClass::getProperties

(PHP 5)

ReflectionClass::getPropertiesGets properties

説明

public ReflectionProperty ReflectionClass::getProperties ([ string $filter ] )

Gets the properties.

警告

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

パラメータ

filter

The optional filter.

返り値

A ReflectionProperty.

参考


ReflectionClass
PHP Manual