ReflectionClass
PHP 手册

ReflectionClass::getProperties

(PHP 5)

ReflectionClass::getPropertiesGets properties

说明

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

Gets the properties.

Warning

本函数暂无文档,仅有参数列表。

参数

filter

The optional filter.

返回值

A ReflectionProperty.

参见


ReflectionClass
PHP 手册