ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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...
 
 create ()
 Creates a new response with the help of the underlying library. More...
 

Detailed Description

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

42 : ResponseInterface
43 {
44 return new Response();
45 }

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