См. определение в файле productaction.php строка 15
◆ convertToProduct()
static convertToProduct |
( |
array |
$productIdList | ) |
|
|
staticprotected |
Converts services to products
- Аргументы
-
- Возвращает
- Main\Result
См. определение в файле productaction.php строка 842
◆ convertToProductElementList()
static convertToProductElementList |
( |
int |
$iblockId, |
|
|
array |
$elementIds |
|
) |
| |
|
static |
◆ convertToProductSectionList()
static convertToProductSectionList |
( |
int |
$iblockId, |
|
|
array |
$sections |
|
) |
| |
|
static |
◆ convertToService()
static convertToService |
( |
array |
$productIdList | ) |
|
|
staticprotected |
Converts products to services
- Аргументы
-
- Возвращает
- Main\Result
См. определение в файле productaction.php строка 853
◆ convertToServiceElementList()
static convertToServiceElementList |
( |
int |
$iblockId, |
|
|
array |
$elementIds |
|
) |
| |
|
static |
◆ convertToServiceSectionList()
static convertToServiceSectionList |
( |
int |
$iblockId, |
|
|
array |
$sections |
|
) |
| |
|
static |
◆ getAllowedProductTypes()
static getAllowedProductTypes |
( |
array |
$catalog, |
|
|
array |
$fields |
|
) |
| |
|
static |
◆ getSectionProducts()
static getSectionProducts |
( |
int |
$iblockId, |
|
|
array |
$sections, |
|
|
array |
$filter |
|
) |
| |
|
staticprotected |
◆ updateElementList()
static updateElementList |
( |
int |
$iblockId, |
|
|
array |
$elementIds, |
|
|
array |
$fields |
|
) |
| |
|
static |
◆ updateSectionList()
static updateSectionList |
( |
int |
$iblockId, |
|
|
array |
$sections, |
|
|
array |
$fields |
|
) |
| |
|
static |
◆ CHANGE_PRICE
const CHANGE_PRICE = 'change_price' |
◆ CONVERT_PRODUCT_TO_SERVICE
const CONVERT_PRODUCT_TO_SERVICE = 'convert_to_service' |
◆ CONVERT_SERVICE_TO_PRODUCT
const CONVERT_SERVICE_TO_PRODUCT = 'convert_to_product' |
◆ SET_FIELD
const SET_FIELD = 'product_field' |