normalization = $normalization; } public function __invoke(ServerRequest $request): void { $res = $this->normalization->getHtmlFor2NFstep1($GLOBALS['db'], $GLOBALS['table']); $this->response->addJSON($res); } }