ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ResponseFactory.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\HTTP\Response
;
20
21
use
Psr\Http\Message\ResponseInterface
;
22
33
interface
ResponseFactory
34
{
38
public
function
create
(): ResponseInterface;
39
}
ILIAS\StaticURL\Response\Response\ResponseFactory\create
create()
Creates a new response with the help of the underlying library.
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
components
ILIAS
HTTP
src
Response
ResponseFactory.php
Generated on Sun Aug 31 2025 23:03:07 for ILIAS by
1.8.13 (using
Doxyfile
)