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

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

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