19 declare(strict_types=1);
38 public function code(
string $code): Code\Code
40 return $this->code_factory->code($code);
45 return $this->execution_factory->run($survey_id, $user_id);
50 return new Settings\SettingsFactory();
Code DataFactory $code_factory
run(int $survey_id, int $user_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Execution DataFactory $execution_factory
Survey internal data service.