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