19declare(strict_types=1);
32 private bool $user_withdrew_legal_docs,
34 private string $http_path = ILIAS_HTTP_PATH
40 if ($this->user_withdrew_legal_docs) {
41 return LogoutDestinations::LOGIN_SCREEN->asURI($this->
ctrl, $this->http_path);
44 return $this->origin->asURI();
The scope of this class is split ilias-conform URI's into components.
__construct(private LogoutTarget $origin, private bool $user_withdrew_legal_docs, private ilCtrlInterface $ctrl, private string $http_path=ILIAS_HTTP_PATH)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...