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

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

static updateSectionList (int $iblockId, array $sections, array $fields)
 
static updateElementList (int $iblockId, array $elementIds, array $fields)
 
static getAllowedProductTypes (array $catalog, array $fields)
 
static convertToServiceSectionList (int $iblockId, array $sections)
 
static convertToProductSectionList (int $iblockId, array $sections)
 
static convertToServiceElementList (int $iblockId, array $elementIds)
 
static convertToProductElementList (int $iblockId, array $elementIds)
 

Открытые атрибуты

const SET_FIELD = 'product_field'
 
const CHANGE_PRICE = 'change_price'
 
const CONVERT_PRODUCT_TO_SERVICE = 'convert_to_service'
 
const CONVERT_SERVICE_TO_PRODUCT = 'convert_to_product'
 

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

static getSectionProducts (int $iblockId, array $sections, array $filter)
 
static convertToProduct (array $productIdList)
 
static convertToService (array $productIdList)
 

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

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

Методы

◆ convertToProduct()

static convertToProduct ( array $productIdList)
staticprotected

Converts services to products

Аргументы
array$productIdList
Возвращает
Main\Result

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

◆ convertToProductElementList()

static convertToProductElementList ( int $iblockId,
array $elementIds )
static

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

◆ convertToProductSectionList()

static convertToProductSectionList ( int $iblockId,
array $sections )
static

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

◆ convertToService()

static convertToService ( array $productIdList)
staticprotected

Converts products to services

Аргументы
array$productIdList
Возвращает
Main\Result

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

◆ convertToServiceElementList()

static convertToServiceElementList ( int $iblockId,
array $elementIds )
static

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

◆ convertToServiceSectionList()

static convertToServiceSectionList ( int $iblockId,
array $sections )
static

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

◆ getAllowedProductTypes()

static getAllowedProductTypes ( array $catalog,
array $fields )
static

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

◆ getSectionProducts()

static getSectionProducts ( int $iblockId,
array $sections,
array $filter )
staticprotected

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

◆ updateElementList()

static updateElementList ( int $iblockId,
array $elementIds,
array $fields )
static

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

◆ updateSectionList()

static updateSectionList ( int $iblockId,
array $sections,
array $fields )
static

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

Данные класса

◆ CHANGE_PRICE

const CHANGE_PRICE = 'change_price'

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

◆ CONVERT_PRODUCT_TO_SERVICE

const CONVERT_PRODUCT_TO_SERVICE = 'convert_to_service'

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

◆ CONVERT_SERVICE_TO_PRODUCT

const CONVERT_SERVICE_TO_PRODUCT = 'convert_to_product'

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

◆ SET_FIELD

const SET_FIELD = 'product_field'

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