ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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.
Returns
ResponseInterface
More...
 
 create ()
 Creates a new response with the help of the underlying library. More...
 

Detailed Description

Definition at line 21 of file ResponseFactoryImpl.php.

Member Function Documentation

◆ create()

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

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

Returns
ResponseInterface

Implements ILIAS\HTTP\Response\ResponseFactory.

Definition at line 27 of file ResponseFactoryImpl.php.

27 : ResponseInterface
28 {
29 return new Response();
30 }

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