• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapipush.php
  • Класс: BitrixCalendarSyncGoogleApiPush
  • Вызов: GoogleApiPush::getConnectionPushByConnectionId
static function getConnectionPushByConnectionId(int $id)
{
	$pushResultDb = PushTable::getByPrimary([
		'ENTITY_TYPE' => self::TYPE_CONNECTION,
		'ENTITY_ID' => $id,
	]);

	return $pushResultDb->fetch();
}