5 declare(strict_types=1);
7 use \ILIAS\UI\Component\Input\Field;
8 use \ILIAS\Refinery\Factory as
Refinery;
36 'Numbers less than 0 are not allowed' 40 if (!in_array($status, self::$STATUS)) {
42 'No valid status: ' .
'\'$status\
'' 59 'Numbers less than 0 are not allowed' 75 if (!in_array($status, self::$STATUS)) {
77 'No valid status: ' .
'\'$status\
'' 92 ->numeric($lng->
txt(
'prg_points'), $lng->
txt(
'prg_points_byline'))
94 ->withAdditionalTransformation($refinery->int()->isGreaterThan(-1))
98 $lng->
txt(
'prg_status'),
100 $lng->
txt(
'prg_status_byline')
106 return $input->section(
111 $lng->
txt(
'prg_assessment')
113 ->withAdditionalTransformation($refinery->custom()->transformation(
function ($vals) {
115 (
int) $vals[
'points'],
116 (
int) $vals[
'status']
__construct(int $points, int $status)
toFormInput(Field\Factory $input, \ilLanguage $lng, Refinery $refinery)
getStatusOptions(ilLanguage $lng)
txt($a_topic, $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...