Пример #1
0
 /**
  * Get session cell name for the certain list items widget
  *
  * @return string
  */
 public static function getSessionCellName()
 {
     return parent::getSessionCellName() . \XLite\Core\Request::getInstance()->{self::PARAM_CATEGORY_ID};
 }