ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.DataFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27{
28 public function __construct()
29 {
30 }
31
32 public function run(
33 int $survey_id,
34 int $user_id
35 ): Run {
36 return new Run($survey_id, $user_id);
37 }
38}
run(int $survey_id, int $user_id)
Code data class.
Definition: class.Run.php:28
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...