• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/office365context.php
  • Класс: BitrixCalendarSyncOffice365Office365Context
  • Вызов: Office365Context::__construct
protected function __construct(Connection $connection)
{
	$this->connection = $connection;
	$this->owner = $connection->getOwner();
	$this->helper = ServiceLocator::getInstance()->get('calendar.service.office365.helper');
}