33 public function __construct(
int $mode,
int $days, array $info_texts, array $promp_texts)
38 $this->prompt_texts = $promp_texts;
63 return $this->info_texts[
$lang] ??
"";
68 return $this->prompt_texts[
$lang] ??
"";
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPromptText(string $lang)
__construct(int $mode, int $days, array $info_texts, array $promp_texts)
const MODE_INCOMPLETE_ONLY
const MODE_ONCE_AFTER_LOGIN
getInfoText(string $lang)