ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
RequestFactoryImpl.php
Go to the documentation of this file.
1 <?php
2 
3 namespace ILIAS\HTTP\Request;
4 
7 
22 {
23 
27  public function create() : ServerRequestInterface
28  {
29  return ServerRequest::fromGlobals();
30  }
31 }
create()
Creates a new ServerRequest object with the help of the underlying library.ServerRequestInterface ...