ReflectionFunctionAbstract::getClosureThis
クロージャ内部の $this に関連付けられたオブジェクトを返す
&reftitle.description;
public objectnullReflectionFunctionAbstract::getClosureThis
関数が static でないクロージャの場合に、
クロージャ内部で $this にバインドされたオブジェクトを所得します。
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Closure 内部で $this
として表現されたオブジェクトのインスタンスを返します。
関数がクロージャでなかったり、$this
が存在しない場合は &null; を代わりに返します。
&reftitle.seealso;
ReflectionFunctionAbstract::getClosureCalledClass
ReflectionFunctionAbstract::getClosureScopeClass