Survey internal data service.
More...
Survey internal data service.
- Author
- Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
Definition at line 27 of file class.InternalDataService.php.
◆ __construct()
| ILIAS\Survey\InternalDataService::__construct |
( |
| ) |
|
Definition at line 32 of file class.InternalDataService.php.
33 {
34 $this->code_factory = new Code\DataFactory();
35 $this->execution_factory = new Execution\DataFactory();
36 }
◆ code()
| ILIAS\Survey\InternalDataService::code |
( |
string |
$code | ) |
|
◆ run()
| ILIAS\Survey\InternalDataService::run |
( |
int |
$survey_id, |
|
|
int |
$user_id |
|
) |
| |
◆ settings()
| ILIAS\Survey\InternalDataService::settings |
( |
| ) |
|
◆ $code_factory
| Code DataFactory ILIAS\Survey\InternalDataService::$code_factory |
|
protected |
◆ $execution_factory
| Execution DataFactory ILIAS\Survey\InternalDataService::$execution_factory |
|
protected |
The documentation for this class was generated from the following file: