ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\StaticURL\Response\Response\ResponseFactoryImpl Class Reference
+ Inheritance diagram for ILIAS\StaticURL\Response\Response\ResponseFactoryImpl:
+ Collaboration diagram for ILIAS\StaticURL\Response\Response\ResponseFactoryImpl:

Public Member Functions

 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\StaticURL\Response\Response\ResponseFactoryImpl::create ( )

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

Implements ILIAS\StaticURL\Response\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: