• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/integration/report/handler/base.php
  • Класс: BitrixVoximplantIntegrationReportHandlerBase
  • Вызов: Base::formatPeriodCompare
public function formatPeriodCompare($value)
{
	if (!$value || !is_numeric($value))
	{
		return null;
	}

	return $value + 0;
}