• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/google/startsynchronizationmanager.php
  • Класс: BitrixCalendarSyncGoogleStartSynchronizationManager
  • Вызов: StartSynchronizationManager::sendPushNotification
public function sendPushNotification(Connection $connection): void
{
	(new MasterPushHandler($this->user, 'google', $connection->getName()))(MasterPushHandler::MASTER_STAGE[0]);
}