ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
ResponseFactoryInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Psr\Http\Message
;
4
5
interface
ResponseFactoryInterface
6
{
17
public
function
createResponse
(
int
$code
= 200,
string
$reasonPhrase =
''
):
ResponseInterface
;
18
}
Psr\Http\Message
Definition:
RequestFactoryInterface.php:3
$code
$code
Definition:
example_050.php:99
Psr\Http\Message\ResponseFactoryInterface
Definition:
ResponseFactoryInterface.php:5
Psr\Http\Message\ResponseFactoryInterface\createResponse
createResponse(int $code=200, string $reasonPhrase='')
Create a new response.
Psr\Http\Message\ResponseInterface
Representation of an outgoing, server-side response.
Definition:
ResponseInterface.php:20
php
libs
composer
vendor
psr
http-factory
src
ResponseFactoryInterface.php
Generated on Thu Jan 16 2025 19:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)