normalization = $normalization; } public function __invoke(ServerRequest $request): void { $html = '' . ''; //get column whose datatype falls under string category $html .= $this->normalization->getHtmlForColumnsList( $GLOBALS['db'], $GLOBALS['table'], _pgettext('string types', 'String') ); $this->response->addHTML($html); } }