• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/google/sectionmanager.php
  • Класс: BitrixCalendarSyncGoogleSectionManager
  • Вызов: SectionManager::encode
private function encode(array $section)
{
	return Json::encode($section, JSON_UNESCAPED_SLASHES);
}