ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ResponseFactoryImpl.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\HTTP\Response
;
20
21
use GuzzleHttp\Psr7\Response;
22
use Psr\Http\Message\ResponseInterface;
23
37
class
ResponseFactoryImpl
implements
ResponseFactory
38
{
42
public
function
create
(): ResponseInterface
43
{
44
return
new
Response();
45
}
46
}
ILIAS\HTTP\Response\ResponseFactoryImpl
Definition:
ResponseFactoryImpl.php:38
ILIAS\HTTP\Response\ResponseFactoryImpl\create
create()
Creates a new response with the help of the underlying library.
Definition:
ResponseFactoryImpl.php:42
ILIAS\HTTP\Response\ResponseFactory
Definition:
ResponseFactory.php:34
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
ResponseFactoryImpl.php
Generated on Sat Oct 18 2025 23:03:10 for ILIAS by
1.9.4 (using
Doxyfile
)