3 declare(strict_types=1);
39 return $this->getSafe($this->comparison);
47 return $this->getAsPercentage($this->comparison);
55 $this->checkStringArg(
"main_value_text", $text);
58 $clone->main_text = $text;
67 return $this->main_text;
75 $this->checkStringArg(
"required_value_text", $text);
78 $clone->required_text = $text;
87 return $this->required_text;
withRequiredText(string $text)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withMainText(string $text)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getComparisonAsPercent()
Get comparison value as percent.