예제 #1
0
파일: Toolbar.php 프로젝트: aiesh/magento2
 /**
  * @param array $params
  * @return string
  */
 public function getPagerEncodedUrl($params = array())
 {
     return $this->_catalogHelper->urlEncode($this->getPagerUrl($params));
 }