3declare(strict_types=1);
 
   14        if (!$this->
getADT()->isNull()) {
 
   15            $def = $this->
getADT()->getCopyOfDefinition();
 
   16            $suffix = $def->getSuffix() ? 
" " . $def->getSuffix() : 
null;
 
   19            $presentation_value = number_format(
 
   20                $this->
getADT()->getNumber(),
 
   21                $this->
getADT()->getCopyOfDefinition()->getDecimals(),
 
   27            return $this->
decorate($presentation_value);
 
   34        if (!$this->
getADT()->isNull()) {
 
   35            return $this->
getADT()->getNumber();
 
getSortable()
Get sortable value presentation.
 
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...
 
decorate($a_value)
Decorate value.