ILIAS  trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.DataFactory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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 }
Code data class.
Definition: class.Run.php:27
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...