ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
LogoutTarget.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\components\Authentication\Logout
;
22
23
use
ILIAS\Data\URI
;
24
25
interface
LogoutTarget
26
{
27
public
function
asURI
():
URI
;
28
}
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:35
ILIAS\components\Authentication\Logout\LogoutTarget
Definition:
LogoutTarget.php:26
ILIAS\components\Authentication\Logout\LogoutTarget\asURI
asURI()
ILIAS\components\Authentication\Logout
Definition:
ConfigurableLogoutTarget.php:21
components
ILIAS
Authentication
classes
Logout
LogoutTarget.php
Generated on Sat Oct 18 2025 23:02:29 for ILIAS by
1.9.4 (using
Doxyfile
)