• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar_request.php
  • Класс: CCalendarRequest
  • Вызов: CCalendarRequest::OutputJSRes
static function OutputJSRes($reqId = false, $res = false)
{
	if ($res === false)
	{
		return;
	}
	if ($reqId === false)
	{
		$reqId = (int)($_REQUEST['reqId'] ?? null);
	}
	if (!$reqId)
	{
		return;
	}
	?>