ReflectionClass
PHP Manual

ReflectionClass::getProperty

(PHP 5)

ReflectionClass::getPropertyGets property

说明

public ReflectionProperty ReflectionClass::getProperty ( string $name )

Gets a property.

Warning

本函数还未编写文档,仅有参数列表。

参数

name

The property name.

返回值

A ReflectionProperty.

参见


ReflectionClass
PHP Manual