ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
◀ ilDoc Overview
AliasedHandler.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\StaticURL\Handler
;
22
26
interface
AliasedHandler
extends
Handler
27
{
28
public
function
getNamespaceAliasses
(): array;
29
30
}
ILIAS\StaticURL\Handler\AliasedHandler
Definition:
AliasedHandler.php:27
ILIAS\StaticURL\Handler\AliasedHandler\getNamespaceAliasses
getNamespaceAliasses()
ILIAS\StaticURL\Handler\Handler
Definition:
Handler.php:32
ILIAS\StaticURL\Handler
Definition:
AliasedHandler.php:21
components
ILIAS
StaticURL
src
Handler
AliasedHandler.php
Generated on Sun Nov 2 2025 23:03:59 for ILIAS by
1.9.4 (using
Doxyfile
)