ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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...
 

Detailed Description

Definition at line 20 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 26 of file ResponseFactoryImpl.php.

27  {
28  return new Response();
29  }

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