on('beforeMethod', [$this, 'beforeMethod']); } function beforeMethod(RequestInterface $request, ResponseInterface $response) { $this->beforeMethod = $request->getMethod(); return true; } }