ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
20
class
RequestFactoryImpl
implements
RequestFactory
21
{
22
26
public
function
create
()
27
{
28
return
ServerRequest::fromGlobals
();
29
}
30
}
GuzzleHttp\Psr7\ServerRequest\fromGlobals
static fromGlobals()
Return a ServerRequest populated with superglobals: $_GET $_POST $_COOKIE $_FILES $_SERVER...
Definition:
ServerRequest.php:166
ILIAS\HTTP\Request\RequestFactory
Definition:
RequestFactory.php:17
ILIAS\HTTP\Request
Definition:
RequestFactory.php:3
ILIAS\HTTP\Request\RequestFactoryImpl
Definition:
RequestFactoryImpl.php:20
ILIAS\HTTP\Request\RequestFactoryImpl\create
create()
Creates a new ServerRequest object with the help of the underlying library.ServerRequestInterface ...
Definition:
RequestFactoryImpl.php:26
ServerRequest
src
HTTP
Request
RequestFactoryImpl.php
Generated on Sat Jan 18 2025 19:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)