• Модуль: conversion
  • Путь к файлу: ~/bitrix/modules/conversion/lib/reportcontext.php
  • Класс: BitrixConversionReportContext
  • Вызов: ReportContext::subtructCountersOnce
static function subtructCountersOnce(array & $one, array $two)
{
	foreach ($one as $key => & $value)
	{
		$value -= $two[$key];
	}
}