ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
RequestFactoryImpl.php
Go to the documentation of this file.
1<?php
2
3namespace ILIAS\HTTP\Request;
4
6
21{
22
26 public function create()
27 {
29 }
30}
An exception for terminatinating execution or to throw for unit testing.
Server-side HTTP request.
static fromGlobals()
Return a ServerRequest populated with superglobals: $_GET $_POST $_COOKIE $_FILES $_SERVER.
create()
Creates a new ServerRequest object with the help of the underlying library.ServerRequestInterface