• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/basket/partialrefreshstrategy.php
  • Класс: BitrixSaleBasketPartialRefreshStrategy
  • Вызов: PartialRefreshStrategy::__construct
public function __construct(array $data = null)
{
	parent::__construct($data);

	if (isset($this->data['IS_INITIAL']) && $this->data['IS_INITIAL'])
	{
		$this->clearRefreshSessionData();
	}
}