Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс MapHelper

Открытые члены

 getBitrixDeliveryIds (array $ebayDelivery, $siteId)
 

Открытые статические члены

static getCategoryEntityCode ($iblockId)
 
static getCategoryVariationEntityCode ($iblockId, $ebayCategoryId)
 
static getDeliveryEntityCode ($siteId)
 
static getDeliveryEntityId ($siteId)
 
static getCategoryEntityId ($iblockId)
 
static getCategoryVariationEntityId ($iblockId, $ebayCategoryId)
 

Защищенные статические члены

static getMapEntityId ($mapEntityCode)
 

Подробное описание

См. определение в файле maphelper.php строка 16

Методы

◆ getBitrixDeliveryIds()

getBitrixDeliveryIds ( array $ebayDelivery,
$siteId )
Аргументы
array$ebayDeliveryEbay deliveries ids.
string$siteIdSite id.
Возвращает
array Bitrix delivery ids.

См. определение в файле maphelper.php строка 119

◆ getCategoryEntityCode()

static getCategoryEntityCode ( $iblockId)
static
Аргументы
int$iblockIdIblock id.
Возвращает
string Category map entity code.

См. определение в файле maphelper.php строка 22

◆ getCategoryEntityId()

static getCategoryEntityId ( $iblockId)
static
Аргументы
int$iblockIdIblock id.
Возвращает
int Category entity id.

См. определение в файле maphelper.php строка 60

◆ getCategoryVariationEntityCode()

static getCategoryVariationEntityCode ( $iblockId,
$ebayCategoryId )
static
Аргументы
int$iblockIdIblock id.
int$ebayCategoryIdCategory id.
Возвращает
string Category variation entity code.

См. определение в файле maphelper.php строка 32

◆ getCategoryVariationEntityId()

static getCategoryVariationEntityId ( $iblockId,
$ebayCategoryId )
static
Аргументы
int$iblockIdIblock id.
int$ebayCategoryIdCategory id.
Возвращает
int Category variation entity id.

См. определение в файле maphelper.php строка 71

◆ getDeliveryEntityCode()

static getDeliveryEntityCode ( $siteId)
static
Аргументы
string$siteIdSite id.
Возвращает
string Delivery entity code.

См. определение в файле maphelper.php строка 41

◆ getDeliveryEntityId()

static getDeliveryEntityId ( $siteId)
static
Аргументы
string$siteIdSite id.
Возвращает
int Delivery entity id.

См. определение в файле maphelper.php строка 50

◆ getMapEntityId()

static getMapEntityId ( $mapEntityCode)
staticprotected
Аргументы
string$mapEntityCodeMap entity code
Возвращает
int Map entity id.
Исключения

Bitrix\Main\SystemException

См. определение в файле maphelper.php строка 82