ReflectionFunctionAbstract::getClosureScopeClass
Returns the class corresponding to the scope inside a closure
&reftitle.description;
public ReflectionClassnullReflectionFunctionAbstract::getClosureScopeClass
Returns the class as a ReflectionClass that
corresponds to the scope inside the
Closure.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Returns a ReflectionClass corresponding to the class
whose scope is being used inside the Closure.
If the function is not a closure or if it has global scope &null;
is returned instead.
&reftitle.seealso;
ReflectionFunctionAbstract::getClosureCalledClass
ReflectionFunctionAbstract::getClosureThis