ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ResponseFactoryImpl.php
Go to the documentation of this file.
1 <?php
2 
3 namespace ILIAS\HTTP\Response;
4 
7 
22 {
23 
27  public function create() : ResponseInterface
28  {
29  return new Response();
30  }
31 }
create()
Creates a new response with the help of the underlying library.ResponseInterface