Пример #1
0
 /**
  * Return name of the session cell identifier
  *
  * @return string
  */
 protected function getSessionCell()
 {
     return parent::getSessionCell() . \XLite\Core\Request::getInstance()->{self::PARAM_CATEGORY_ID};
 }
Пример #2
0
 /**
  * Return name of the session cell identifier
  *
  * @return string
  */
 protected function getSessionCell()
 {
     return parent::getSessionCell() . \XLite\Core\Request::getInstance()->category_id;
 }