• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discountbase.php
  • Класс: BitrixSaleDiscountBase
  • Вызов: DiscountBase::fillCurrentStep
protected function fillCurrentStep($data)
{
	$this->fillEmptyCurrentStep();
	if (!empty($data) && is_array($data))
	{
		foreach ($data as $key => $value)
			$this->currentStep[$key] = $value;
		unset($value, $key);
	}
}