- Template Name */ public function getTemplateName() { return 'uitypes/Recurrence.tpl'; } /** * Function to get the Detailview template name for the current UI Type Object * @return - Template Name */ public function getDetailViewTemplateName() { return 'uitypes/RecurrenceDetailView.tpl'; } /** * Function to get the display value in edit view * @param $value * @return converted value */ public function getEditViewDisplayValue($value) { return $this->getDisplayValue($value); } }