ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ILIAS\HTTP\Request\RequestFactoryImpl Class Reference
+ Inheritance diagram for ILIAS\HTTP\Request\RequestFactoryImpl:
+ Collaboration diagram for ILIAS\HTTP\Request\RequestFactoryImpl:

Public Member Functions

 create ()
 Creates a new ServerRequest object with the help of the underlying library.
Returns
ServerRequestInterface
More...
 

Detailed Description

Definition at line 20 of file RequestFactoryImpl.php.

Member Function Documentation

◆ create()

ILIAS\HTTP\Request\RequestFactoryImpl::create ( )

Creates a new ServerRequest object with the help of the underlying library.

Returns
ServerRequestInterface

Implements ILIAS\HTTP\Request\RequestFactory.

Definition at line 26 of file RequestFactoryImpl.php.

References GuzzleHttp\Psr7\ServerRequest\fromGlobals().

27  {
29  }
static fromGlobals()
Return a ServerRequest populated with superglobals: $_GET $_POST $_COOKIE $_FILES $_SERVER...
+ Here is the call graph for this function:

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