ILIAS  release_7 Revision v7.30-3-g800a261c036
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.
Returns
ServerRequestInterface
More...
 

Detailed Description

Definition at line 21 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 27 of file RequestFactoryImpl.php.

27  : ServerRequestInterface
28  {
29  return ServerRequest::fromGlobals();
30  }

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