ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Services.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\StaticURL
;
22
23
use
ILIAS\StaticURL\Handler\HandlerService
;
24
use
ILIAS\StaticURL\Builder\URIBuilder
;
25
use
ILIAS\StaticURL\Response\Factory
;
26
30
class
Services
31
{
32
private
Factory
$response_factory
;
33
34
public
function
__construct
(
35
private
HandlerService
$handler_service,
36
private
URIBuilder
$uri_builder,
37
private
Context
$context
38
) {
39
}
40
41
public
function
handler
():
HandlerService
42
{
43
return
$this->handler_service;
44
}
45
46
public
function
builder
():
URIBuilder
47
{
48
return
$this->uri_builder;
49
}
50
51
}
ILIAS\StaticURL\Handler\HandlerService
Definition:
HandlerService.php:35
URIBuilder
$context
$context
Definition:
webdav.php:31
ILIAS\StaticURL\Context
Definition:
Context.php:28
ILIAS\StaticURL\Services\builder
builder()
Definition:
Services.php:46
ILIAS\StaticURL\Services\$response_factory
Factory $response_factory
Definition:
Services.php:32
HandlerService
ILIAS\Data\Color\Factory
Builds a Color from either hex- or rgb values.
Definition:
Factory.php:30
Factory
Services
ILIAS\StaticURL
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ArtifactObjective.php:21
ILIAS\StaticURL\Builder\URIBuilder
Definition:
URIBuilder.php:29
ILIAS\StaticURL\Services\handler
handler()
Definition:
Services.php:41
ILIAS\StaticURL\Services\__construct
__construct(private HandlerService $handler_service, private URIBuilder $uri_builder, private Context $context)
Definition:
Services.php:34
components
ILIAS
StaticURL
src
Services.php
Generated on Mon Sep 1 2025 23:02:13 for ILIAS by
1.8.13 (using
Doxyfile
)