Esempio n. 1
0
 /**
  * Get session cell name for pager widget
  *
  * @return string
  */
 public function getPagerSessionCell()
 {
     return parent::getPagerSessionCell() . '_' . $this->getCategoryId() . md5(microtime(true));
 }
 /**
  * Get session cell name for pager widget
  *
  * @return string
  */
 public function getPagerSessionCell()
 {
     return parent::getPagerSessionCell() . '_' . md5(microtime(true));
 }
Esempio n. 3
0
 /**
  * Get session cell name for pager widget
  *
  * @return string
  */
 public function getPagerSessionCell()
 {
     return parent::getPagerSessionCell() . '_' . $this->getCountryCode();
 }