ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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. More...
 

Detailed Description

Definition at line 34 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.

Implements ILIAS\HTTP\Request\RequestFactory.

Definition at line 39 of file RequestFactoryImpl.php.

39  : ServerRequestInterface
40  {
41  return ServerRequest::fromGlobals();
42  }

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