ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
ResponseFactoryImpl.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\HTTP\Response
;
4
5
use
GuzzleHttp\Psr7\Response
;
6
20
class
ResponseFactoryImpl
implements
ResponseFactory
21
{
22
26
public
function
create
()
27
{
28
return
new
Response
();
29
}
30
}
php
An exception for terminatinating execution or to throw for unit testing.
GuzzleHttp\Psr7\Response
PSR-7 response implementation.
Definition:
Response.php:11
ILIAS\HTTP\Response\ResponseFactoryImpl
Definition:
ResponseFactoryImpl.php:21
ILIAS\HTTP\Response\ResponseFactoryImpl\create
create()
Creates a new response with the help of the underlying library.ResponseInterface
Definition:
ResponseFactoryImpl.php:26
ILIAS\HTTP\Response\ResponseFactory
Definition:
ResponseFactory.php:18
ILIAS\HTTP\Response
Definition:
ResponseFactory.php:3
src
HTTP
Response
ResponseFactoryImpl.php
Generated on Sat Oct 4 2025 19:01:27 for ILIAS by
1.9.4 (using
Doxyfile
)