ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
();
26
}
ILIAS\HTTP\Response\ResponseFactory
Definition:
ResponseFactory.php:17
ILIAS\HTTP\Response
Definition:
ResponseFactory.php:3
ResponseInterface
ILIAS\HTTP\Response\ResponseFactory\create
create()
Creates a new response with the help of the underlying library.
src
HTTP
Response
ResponseFactory.php
Generated on Tue Jan 28 2025 19:01:46 for ILIAS by
1.8.13 (using
Doxyfile
)