ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
() : ServerRequestInterface;
26
}
ILIAS\HTTP\Request\RequestFactory\create
create()
Creates a new ServerRequest object with the help of the underlying library.
ILIAS\HTTP\Request\RequestFactory
Definition:
RequestFactory.php:17
ILIAS\HTTP\Request
Definition:
RequestFactory.php:3
ServerRequestInterface
src
HTTP
Request
RequestFactory.php
Generated on Mon Sep 1 2025 20:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)