• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/apiservice.php
  • Класс: Bitrix\Calendar\Sync\Office365\ApiService
  • Вызов: ApiService::__construct
public function __construct(ContextInterface $context)
{
	/** @var Office365Context $context */
	$this->context = $context;
	$this->apiClient = $this->context->getApiClient();
	$this->helper = $this->context->getHelper();
}