ReflectionClass
PHP Manual

ReflectionClass::getMethod

(PHP 5)

ReflectionClass::getMethodReflectionMethod を取得する

説明

public ReflectionMethod ReflectionClass::getMethod ( string $name )

メソッドに関する ReflectionMethod を取得します。

警告

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

パラメータ

name

調べたいメソッドの名前。

返り値

ReflectionMethod を返します。

参考


ReflectionClass
PHP Manual