ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
RequestFactory.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\HTTP\Request
;
20
21
use
Psr\Http\Message\ServerRequestInterface
;
22
33
interface
RequestFactory
34
{
38
public
function
create
():
ServerRequestInterface
;
39
}
ILIAS\StaticURL\Request\Request\RequestFactory
Definition:
RequestFactory.php:33
ILIAS\HTTP\Request
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
RequestFactory.php:19
ServerRequestInterface
ILIAS\StaticURL\Request\Request\RequestFactory\create
create()
Creates a new ServerRequest object with the help of the underlying library.
components
ILIAS
HTTP
src
Request
RequestFactory.php
Generated on Wed Sep 3 2025 23:03:11 for ILIAS by
1.8.13 (using
Doxyfile
)