• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/managers/vendorsynchronization.php
  • Класс: BitrixCalendarSyncManagersVendorSynchronization
  • Вызов: VendorSynchronization::renewPush
public function renewPush(Push $push): Result
{
	if ($manager = $this->factory->getPushManager())
	{
		return $manager->renewPush($push);
	}

	return (new Result())->addError(new Error('Push manager for service not found', 404));
}