Go\Stubs\BaseInterceptorMock::invoke PHP Method

invoke() public method

Implement this method to perform extra treatments before and after the invocation of joinpoint.
public invoke ( Go\Aop\Intercept\Joinpoint $joinpoint ) : mixed
$joinpoint Go\Aop\Intercept\Joinpoint current joinpoint
return mixed the result of the call
    public function invoke(Joinpoint $joinpoint)
    {
        return $joinpoint;
    }