• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/icloud/abstractmanager.php
  • Класс: BitrixCalendarSyncIcloudAbstractManager
  • Вызов: AbstractManager::__construct
public function __construct(Connection $connection, int $userId)
{
	parent::__construct($connection);
	$this->userId = $userId;
	$this->apiService = $this->prepareApiService($connection);
}