getParam('nb') ?? null; if (null === $linksPerPage || false === is_numeric($linksPerPage)) { $linksPerPage = $this->container->conf->get('general.links_per_page', 20); } $this->container->sessionManager->setSessionParameter( SessionManager::KEY_LINKS_PER_PAGE, abs(intval($linksPerPage)) ); return $this->redirectFromReferer($request, $response, ['linksperpage'], ['nb']); } }