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