*/ class LSformElement_tel extends LSformElement_text { var $fetchVariables = array( 'additionalCssClass' => array('LSformElement_tel'), 'uriPrefix' => 'tel:' ); var $fieldTemplate = 'LSformElement_uri_field.tpl'; public function getDisplay() { $this -> fetchVariables['uriLinkTitle'] = $this -> attr_html -> attribute -> ldapObject ->getDisplayName(); return parent :: getDisplay(); } }