См. определение в файле platform.php строка 18
◆ __construct()
◆ __clone()
◆ addLogRecord()
addLogRecord |
( |
| $level, |
|
|
| $type, |
|
|
| $itemId, |
|
|
| $description ) |
- Аргументы
-
int | $level | The level of event. |
string | $type | Type of event. |
string | $itemId | Item idenifyer. |
string | $description | Description of event. |
- Возвращает
- bool Success or not.
См. определение в файле platform.php строка 109
◆ getAnalyticCode()
◆ getCode()
- Возвращает
- string Platform code.
См. определение в файле platform.php строка 343
◆ getExternalLink()
◆ getField()
◆ getId()
- Возвращает
- mixed Id of the current trading platform.
См. определение в файле platform.php строка 97
◆ getInfo()
◆ getInstanceByCode()
static getInstanceByCode |
( |
| $code | ) |
|
|
static |
- Аргументы
-
- Возвращает
- \Bitrix\Sale\TradingPlatform\Platform
- Исключения
-
См. определение в файле platform.php строка 79
◆ getRealName()
◆ getSettings()
- Возвращает
- array Platform settings.
См. определение в файле platform.php строка 263
◆ install()
◆ isActive()
◆ isActiveItemsExist()
static isActiveItemsExist |
( |
| ) |
|
|
staticprotected |
◆ isInstalled()
- Возвращает
- bool Is platfom installed?.
См. определение в файле platform.php строка 298
◆ isOfType()
◆ isSomebodyUseCatalogSectionsTab()
isSomebodyUseCatalogSectionsTab |
( |
| ) |
|
|
protected |
Shows is another platforms using the iblock section edit page, "trading platforms" tab.
- Возвращает
- bool
См. определение в файле platform.php строка 224
◆ onAfterUpdateShipment()
◆ resetSettings()
◆ saveSettings()
saveSettings |
( |
array | $settings | ) |
|
- Аргументы
-
array | $settings | Platform settings. |
- Возвращает
- bool Is success?.
Переопределяется в Vk.
См. определение в файле platform.php строка 272
◆ setActive()
Sets the platform active.
- Возвращает
- bool
Переопределяется в Ebay и Vk.
См. определение в файле platform.php строка 141
◆ setCatalogSectionsTabEvent()
setCatalogSectionsTabEvent |
( |
| ) |
|
|
protected |
◆ setShipmentTableOnAfterUpdateEvent()
static setShipmentTableOnAfterUpdateEvent |
( |
| ) |
|
|
static |
◆ uninstall()
- Возвращает
- bool Is deletion successful?.
Переопределяется в Vk.
См. определение в файле platform.php строка 322
◆ unsetActive()
Sets the platform inactive.
- Возвращает
- bool
Переопределяется в Ebay и Vk.
См. определение в файле platform.php строка 166
◆ unSetCatalogSectionsTabEvent()
unSetCatalogSectionsTabEvent |
( |
| ) |
|
|
protected |
◆ unSetShipmentTableOnAfterUpdateEvent()
static unSetShipmentTableOnAfterUpdateEvent |
( |
| ) |
|
|
staticprotected |
◆ $code
◆ $fields
◆ $id
◆ $instances
◆ $isActive
◆ $isInstalled
◆ $isNeedCatalogSectionsTab
$isNeedCatalogSectionsTab = false |
|
protected |
◆ $logger
◆ $logLevel
◆ $settings
◆ LINK_TYPE_PUBLIC_DETAIL_ORDER
const LINK_TYPE_PUBLIC_DETAIL_ORDER = 'PUBLIC_DETAIL_ORDER' |
◆ LINK_TYPE_PUBLIC_FEEDBACK
const LINK_TYPE_PUBLIC_FEEDBACK = 'PUBLIC_FEEDBACK' |
◆ TRADING_PLATFORM_CODE
const TRADING_PLATFORM_CODE = "" |