19declare(strict_types=1);
35 private readonly Closure $redirect_to_starting_page,
36 private readonly Closure $logout_url
47 return ($this->logout_url)();
53 ($this->redirect_to_starting_page)();
59 $this->
ctrl()->redirectToURL($target);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...