28{
29 case LOGIN_SCREEN = 'login_screen';
30 case LOGOUT_SCREEN = 'logout_screen';
31
33 {
34 return match ($this) {
35 self::LOGIN_SCREEN =>
new URI(
36 $http_path .
38 ),
39 self::LOGOUT_SCREEN =>
new URI(
40 $http_path .
42 ),
43 };
44 }
45}
The scope of this class is split ilias-conform URI's into components.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLinkTargetByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
Returns a link target for the given information.