예제 #1
0
파일: Compare.php 프로젝트: aiesh/magento2
 /**
  * Get parameters to clear compare list
  *
  * @return string
  */
 public function getPostDataClearList()
 {
     $refererUrl = $this->_getRequest()->getServer('HTTP_REFERER');
     $params = array(\Magento\Framework\App\Action\Action::PARAM_NAME_URL_ENCODED => $this->urlEncode($refererUrl));
     return $this->_coreHelper->getPostData($this->getClearListUrl(), $params);
 }