Beispiel #1
0
 /**
  * Return Preview/Download URL
  *
  * @return string
  */
 protected function _getPreviewUrl()
 {
     return $this->_adminhtmlData->getUrl('customer/index/viewfile', array('file' => $this->_adminhtmlData->urlEncode($this->getValue())));
 }