ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\HTTP\Response\ResponseFactoryImpl Class Reference
+ Inheritance diagram for ILIAS\HTTP\Response\ResponseFactoryImpl:
+ Collaboration diagram for ILIAS\HTTP\Response\ResponseFactoryImpl:

Public Member Functions

 create ()
 Creates a new response with the help of the underlying library. More...
 

Detailed Description

Definition at line 34 of file ResponseFactoryImpl.php.

Member Function Documentation

◆ create()

ILIAS\HTTP\Response\ResponseFactoryImpl::create ( )

Creates a new response with the help of the underlying library.

Implements ILIAS\HTTP\Response\ResponseFactory.

Definition at line 39 of file ResponseFactoryImpl.php.

39  : ResponseInterface
40  {
41  return new Response();
42  }

The documentation for this class was generated from the following file: