ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
ResponseFactory.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\HTTP\Response
;
4
5
use Psr\Http\Message\ResponseInterface;
6
17
interface
ResponseFactory
18
{
19
25
public
function
create
() : ResponseInterface;
26
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\HTTP\Response\ResponseFactory
Definition:
ResponseFactory.php:18
ILIAS\HTTP\Response\ResponseFactory\create
create()
Creates a new response with the help of the underlying library.
ILIAS\HTTP\Response
Definition:
ResponseFactory.php:3
src
HTTP
Response
ResponseFactory.php
Generated on Fri Oct 3 2025 21:01:10 for ILIAS by
1.9.4 (using
Doxyfile
)