• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discountcouponsmanagerbase.php
  • Класс: BitrixSaleDiscountCouponsManagerBase
  • Вызов: DiscountCouponsManagerBase::reInit
static function reInit($mode = self::MODE_CLIENT, $params = array(), $clearStorage = false)
{
	if (self::isFrozenCouponStorage())
		return;
	self::$init = false;
	self::init($mode, $params, $clearStorage);
}