Go\Aop\Framework\ClassFieldAccess::getThis PHP Метод

getThis() закрытый публичный Метод

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