Go\Aop\Framework\ReflectionFunctionInvocation::getThis PHP Method

getThis() public method

Returns the object that holds the current joinpoint's static part.
public getThis ( ) : object | null
return object | null the object (can be null if the accessible object is static).
    public function getThis()
    {
        return null;
    }