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;
    }