예제 #1
0
파일: File.php 프로젝트: aiesh/magento2
 /**
  * Return Preview/Download URL
  *
  * @return string
  */
 protected function _getPreviewUrl()
 {
     return $this->_adminhtmlData->getUrl('customer/index/viewfile', array('file' => $this->_adminhtmlData->urlEncode($this->getValue())));
 }