"File" ); /** * Return the Value of this Field * * @return String */ function getFormattedValue() { return ''. _t('SubmittedFileField.DOWNLOADFILE', 'Download File') .''; } /** * Return the Link object for this field * * @return String */ function getLink() { return ($this->UploadedFile()) ? $this->UploadedFile()->URL : ""; } }