3require_once 
"Services/ADT/classes/Bridges/class.ilADTPresentationBridge.php";
 
   14        if (!$this->
getADT()->isNull()) {
 
   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);
 
   33        if (!$this->
getADT()->isNull()) {
 
   34            return $this->
getADT()->getNumber();
 
An exception for terminatinating execution or to throw for unit testing.
isValidADT(ilADT $a_adt)
Check if given ADT is valid.
getSortable()
Get sortable value presentation.
getHTML()
Get HTML presentation.
ADT presentation bridge base class.
decorate($a_value)
Decorate value.