ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
}
Response
ILIAS\StaticURL\Response\Response\ResponseFactoryImpl
Definition:
ResponseFactoryImpl.php:37
ILIAS\StaticURL\Response\Response\ResponseFactoryImpl\create
create()
Creates a new response with the help of the underlying library.
Definition:
ResponseFactoryImpl.php:42
ILIAS\StaticURL\Response\Response\ResponseFactory
Definition:
ResponseFactory.php:33
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
ResponseInterface
ILIAS\StaticURL\Response\Response
Definition:
Response.php:24
components
ILIAS
HTTP
src
Response
ResponseFactoryImpl.php
Generated on Sun Aug 31 2025 23:03:07 for ILIAS by
1.8.13 (using
Doxyfile
)