ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ResponseFactoryInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Psr\Http\Message;
4 
6 {
17  public function createResponse(int $code = 200, string $reasonPhrase = ''): ResponseInterface;
18 }
$code
Definition: example_050.php:99
createResponse(int $code=200, string $reasonPhrase='')
Create a new response.
Representation of an outgoing, server-side response.