ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\components\Authentication\Logout
Definition:
ConfigurableLogoutTarget.php:21
ILIAS\components\Authentication\Logout\LogoutTarget\asURI
asURI()
ILIAS\components\Authentication\Logout\LogoutTarget
Definition:
LogoutTarget.php:25
ILIAS\Data\URI
components
ILIAS
Authentication
classes
Logout
LogoutTarget.php
Generated on Sun Aug 31 2025 23:02:08 for ILIAS by
1.8.13 (using
Doxyfile
)