ILIAS  release_7 Revision v7.30-3-g800a261c036
ResponseFactoryImpl.php
Go to the documentation of this file.
1<?php
2
3namespace ILIAS\HTTP\Response;
4
5use GuzzleHttp\Psr7\Response;
6use Psr\Http\Message\ResponseInterface;
7
22{
23
27 public function create() : ResponseInterface
28 {
29 return new Response();
30 }
31}
An exception for terminatinating execution or to throw for unit testing.
create()
Creates a new response with the help of the underlying library.ResponseInterface