ReflectionClass
PHP 手册

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 手册