ReflectionProperty
PHP Manual

ReflectionProperty::getDeclaringClass

(PHP 5)

ReflectionProperty::getDeclaringClass宣言しているクラスを取得する

説明

public ReflectionClass ReflectionProperty::getDeclaringClass ( void )

宣言しているクラスを取得します。

警告

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

パラメータ

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

返り値

ReflectionClass オブジェクトを返します。

参考


ReflectionProperty
PHP Manual