ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
RequestFactoryImpl.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\HTTP\Request
;
4
5
use
GuzzleHttp\Psr7\ServerRequest
;
6
use
Psr\Http\Message\ServerRequestInterface
;
7
21
class
RequestFactoryImpl
implements
RequestFactory
22
{
23
27
public
function
create
() : ServerRequestInterface
28
{
29
return
ServerRequest::fromGlobals();
30
}
31
}
ILIAS\HTTP\Request\RequestFactory
Definition:
RequestFactory.php:17
ILIAS\HTTP\Request
Definition:
RequestFactory.php:3
ILIAS\HTTP\Request\RequestFactoryImpl
Definition:
RequestFactoryImpl.php:21
ServerRequestInterface
ILIAS\HTTP\Request\RequestFactoryImpl\create
create()
Creates a new ServerRequest object with the help of the underlying library.ServerRequestInterface ...
Definition:
RequestFactoryImpl.php:27
ServerRequest
src
HTTP
Request
RequestFactoryImpl.php
Generated on Mon Sep 1 2025 20:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)