Go\Aop\Framework\ClassFieldAccess::getThis PHP Méthode

getThis() final public méthode

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