- Template Name */ public function getTemplateName() { return 'uitypes/Number.tpl'; } /** * Function to get the Display Value, for the current field type with given DB Insert Value * @param $value * @return */ public function getDisplayValue($value) { return decimalFormat($value); } }