• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/sectionmanager.php
  • Класс: BitrixCalendarSyncOffice365SectionManager
  • Вызов: SectionManager::__construct
public function __construct(Office365Context $context)
{
	$this->context = $context;
	parent::__construct($context->getConnection());
}