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

getThis() public méthode

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