ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ResponseFactoryImpl.php
Go to the documentation of this file.
1<?php
2
3namespace ILIAS\HTTP\Response;
4
6
21{
22
26 public function create()
27 {
28 return new Response();
29 }
30}
An exception for terminatinating execution or to throw for unit testing.
PSR-7 response implementation.
Definition: Response.php:11
create()
Creates a new response with the help of the underlying library.ResponseInterface