$value * @return */ public function getDisplayValue($value) { return nl2br($value); } /** * Function to get the Template name for the current UI Type Object * @return - Template Name */ public function getTemplateName() { return 'uitypes/Text.tpl'; } }