ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ResponseFactory.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\HTTP\Response
;
20
21
use Psr\Http\Message\ResponseInterface;
22
33
interface
ResponseFactory
34
{
38
public
function
create
(): ResponseInterface;
39
}
ILIAS\HTTP\Response\ResponseFactory
Definition:
ResponseFactory.php:34
ILIAS\HTTP\Response\ResponseFactory\create
create()
Creates a new response with the help of the underlying library.
ILIAS\HTTP\Response
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ResponseFactory.php:19
components
ILIAS
HTTP
src
Response
ResponseFactory.php
Generated on Sat Oct 18 2025 23:03:10 for ILIAS by
1.9.4 (using
Doxyfile
)