ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Services.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\StaticURL;
22
26
31{
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}
Builds a Color from either hex- or rgb values.
Definition: Factory.php:31
Class Services.
Definition: Services.php:38
__construct(private HandlerService $handler_service, private URIBuilder $uri_builder, private Context $context)
Definition: Services.php:34
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$context
Definition: webdav.php:31