ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
BaseHandler.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\StaticURL\Handler
;
22
23
use
ILIAS\StaticURL\Request\Request
;
24
28
abstract
class
BaseHandler
29
{
30
public
function
__construct
()
31
{
32
}
33
34
public
function
canHandle
(
Request
$request): bool
35
{
36
return
$this->
getNamespace
() === $request->
getNamespace
();
37
}
38
39
}
ILIAS\StaticURL\Request\Request\getNamespace
getNamespace()
Definition:
Request.php:37
ILIAS\StaticURL\Request\Request
ServerRequestInterface
ILIAS\StaticURL\Handler
Definition:
BaseHandler.php:21
BaseHandler
ILIAS\StaticURL\Handler\BaseHandler\__construct
__construct()
Definition:
BaseHandler.php:30
ILIAS\StaticURL\Handler\BaseHandler\canHandle
canHandle(Request $request)
Definition:
BaseHandler.php:34
ILIAS\StaticURL\Handler\Handler\getNamespace
getNamespace()
components
ILIAS
StaticURL
src
Handler
BaseHandler.php
Generated on Mon Sep 1 2025 23:03:56 for ILIAS by
1.8.13 (using
Doxyfile
)