ReflectionMethod
PHP Manual

ReflectionMethod::getDeclaringClass

(PHP 5)

ReflectionMethod::getDeclaringClassGets declaring class

説明

public ReflectionClass ReflectionMethod::getDeclaringClass ( void )

Gets the declaring class.

警告

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

パラメータ

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

返り値

A ReflectionClass.

参考


ReflectionMethod
PHP Manual