ReflectionFunctionAbstract::getClosureScopeClass
クロージャ内部のスコープに関連づけられたクラスを返す
&reftitle.description;
public ReflectionClassnullReflectionFunctionAbstract::getClosureScopeClass
Closure 内部のスコープに関連付けられたクラスを
ReflectionClass として返します。
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
スコープが Closure 内部で使われている
クラスに関連付けられた、ReflectionClass を返します。
関数がクロージャでなかったり、グローバルスコープだった場合は
&null; を代わりに返します。
&reftitle.seealso;
ReflectionFunctionAbstract::getClosureCalledClass
ReflectionFunctionAbstract::getClosureThis