controllerClassName; } public function getActionMethodName(): string { return $this->actionMethodName; } public function getPreparedArguments(): array { return $this->preparedArguments; } public function getRequest(): ServerRequestInterface { return $this->request; } }