ILIAS  release_8 Revision v8.23
class.ilUserProfilePromptService.php
Go to the documentation of this file.
1 <?php
2 
26 {
27  public function __construct()
28  {
29  }
30 
32  {
33  return new ilUserProfilePromptDataGateway();
34  }
35 
36  public function settings(
37  int $mode,
38  int $days,
39  array $info_texts,
40  array $prompt_texts
42  return new ilProfilePromptSettings(
43  $mode,
44  $days,
45  $info_texts,
46  $prompt_texts
47  );
48  }
49 }
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
settings(int $mode, int $days, array $info_texts, array $prompt_texts)