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