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