ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
RequestFactory.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\HTTP\Request
;
4
5
use
Psr\Http\Message\ServerRequestInterface
;
6
17
interface
RequestFactory
18
{
19
25
public
function
create
();
26
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\HTTP\Request\RequestFactory
Definition:
RequestFactory.php:18
ILIAS\HTTP\Request\RequestFactory\create
create()
Creates a new ServerRequest object with the help of the underlying library.
Psr\Http\Message\ServerRequestInterface
Representation of an incoming, server-side HTTP request.
Definition:
ServerRequestInterface.php:44
ILIAS\HTTP\Request
Definition:
RequestFactory.php:3
src
HTTP
Request
RequestFactory.php
Generated on Thu Oct 2 2025 19:02:05 for ILIAS by
1.9.4 (using
Doxyfile
)