ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Survey\Execution\DataFactory Class Reference
+ Collaboration diagram for ILIAS\Survey\Execution\DataFactory:

Public Member Functions

 __construct ()
 
 run (int $survey_id, int $user_id)
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 26 of file class.DataFactory.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Survey\Execution\DataFactory::__construct ( )

Definition at line 28 of file class.DataFactory.php.

29  {
30  }

Member Function Documentation

◆ run()

ILIAS\Survey\Execution\DataFactory::run ( int  $survey_id,
int  $user_id 
)

Definition at line 32 of file class.DataFactory.php.

35  : Run {
36  return new Run($survey_id, $user_id);
37  }

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