ILIAS  release_8 Revision v8.23
class.DataFactory.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
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
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...