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