ReflectionMethod::getDeclaringClass
メソッドが宣言されているクラスを取得する
&reftitle.description;
public ReflectionClassReflectionMethod::getDeclaringClass
そのメソッドが宣言されているクラスを取得します。
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
そのメソッドが属するクラスをあらわす ReflectionClass
オブジェクトを返します。
&reftitle.examples;
ReflectionMethod::getDeclaringClass の例
getDeclaringClass());
?>
]]>
&example.outputs;
string(10) "HelloWorld"
}
]]>
&reftitle.seealso;
ReflectionMethod::isAbstract