ILIAS  release_7 Revision v7.30-3-g800a261c036
RequestFactoryImpl.php
Go to the documentation of this file.
1<?php
2
3namespace ILIAS\HTTP\Request;
4
5use GuzzleHttp\Psr7\ServerRequest;
6use Psr\Http\Message\ServerRequestInterface;
7
22{
23
27 public function create() : ServerRequestInterface
28 {
29 return ServerRequest::fromGlobals();
30 }
31}
An exception for terminatinating execution or to throw for unit testing.
create()
Creates a new ServerRequest object with the help of the underlying library.ServerRequestInterface