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

getThis() final public method

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