19 declare(strict_types=1);
45 if (!in_array($status, self::$STATUS)) {
76 if (!in_array($status, self::$STATUS)) {
91 ->numeric($lng->
txt(
'prg_points'), $lng->
txt(
'prg_points_byline'))
99 $lng->
txt(
'prg_status'),
101 $lng->
txt(
'prg_status_byline')
107 return $input->section(
112 $lng->
txt(
'prg_assessment')
116 (
int) $vals[
'points'],
117 (
int) $vals[
'status']
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
Interface Observer Contains several chained tasks and infos about them.
__construct(int $points, int $status)
getStatusOptions(ilLanguage $lng)
toFormInput(Field\Factory $input, ilLanguage $lng, Refinery $refinery)