ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\StaticURL\Services Class Reference
+ Collaboration diagram for ILIAS\StaticURL\Services:

Public Member Functions

 __construct (private HandlerService $handler_service, private URIBuilder $uri_builder, private Context $context)
 
 handler ()
 
 builder ()
 

Private Attributes

Factory $response_factory
 

Detailed Description

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 30 of file Services.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\StaticURL\Services::__construct ( private HandlerService  $handler_service,
private URIBuilder  $uri_builder,
private Context  $context 
)

Definition at line 34 of file Services.php.

38  {
39  }

Member Function Documentation

◆ builder()

ILIAS\StaticURL\Services::builder ( )

Definition at line 46 of file Services.php.

46  : URIBuilder
47  {
48  return $this->uri_builder;
49  }

◆ handler()

ILIAS\StaticURL\Services::handler ( )

Definition at line 41 of file Services.php.

41  : HandlerService
42  {
43  return $this->handler_service;
44  }

Field Documentation

◆ $response_factory

Factory ILIAS\StaticURL\Services::$response_factory
private

Definition at line 32 of file Services.php.


The documentation for this class was generated from the following file: