ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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 Oct 18 2025 23:03:10 for ILIAS by
1.9.4 (using
Doxyfile
)