ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ 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\HTTP\Request\RequestFactory
Definition:
RequestFactory.php:34
ILIAS\HTTP\Request\RequestFactory\create
create()
Creates a new ServerRequest object with the help of the underlying library.
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
components
ILIAS
HTTP
src
Request
RequestFactory.php
Generated on Sat Dec 13 2025 23:02:27 for ILIAS by
1.9.4 (using
Doxyfile
)