ReflectionProperty
PHP Manual

ReflectionProperty::getName

(PHP 5)

ReflectionProperty::getNameGets property name

説明

public string ReflectionProperty::getName ( void )

Gets the properties name.

警告

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

パラメータ

この関数にはパラメータはありません。

返り値

The name of the reflected property.

参考


ReflectionProperty
PHP Manual