- Template Name */ public function getTemplateName() { return 'uitypes/Phone.tpl'; } /** * Function to get the Detailview template name for the current UI Type Object * Added for PhoneCalls module * @return - Template Name */ public function getDetailViewTemplateName() { return 'uitypes/PhoneDetailView.tpl'; } }