См. определение в файле saleproviderbase.php строка 11
◆ __construct()
__construct |
( |
array | $context = array() | ) |
|
◆ checkBarcode()
checkBarcode |
( |
array | $items | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Sale\Result
◆ deliver()
deliver |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Sale\Result
◆ getAvailableQuantity()
getAvailableQuantity |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Sale\Result
◆ getAvailableQuantityAndPrice()
getAvailableQuantityAndPrice |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Result
◆ getAvailableQuantityAndPriceByStore()
getAvailableQuantityAndPriceByStore |
( |
array | $products | ) |
|
◆ getAvailableQuantityByStore()
getAvailableQuantityByStore |
( |
array | $products | ) |
|
◆ getBundleItems()
getBundleItems |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Sale\Result
◆ getCatalogData()
getCatalogData |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Result
◆ getContext()
◆ getDefaultStoreId()
static getDefaultStoreId |
( |
| ) |
|
|
static |
◆ getFilledDefaultStore()
getFilledDefaultStore |
( |
array | $quantityList | ) |
|
|
protected |
◆ getProductData()
getProductData |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Result
◆ getProductListStores()
getProductListStores |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Sale\Result
◆ isNeedShip()
isNeedShip |
( |
array | $products | ) |
|
◆ reserve()
reserve |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Sale\Result
◆ ship()
- Аргументы
-
- Возвращает
- Sale\Result
◆ tryShip()
tryShip |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Sale\Result
◆ tryUnship()
tryUnship |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Sale\Result
◆ unship()
unship |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Sale\Result
◆ viewProduct()
viewProduct |
( |
array | $products | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Sale\Result
◆ $context
◆ EMPTY_STORE_ID
◆ FLAT_AVAILABLE_QUANTITY_LIST
const FLAT_AVAILABLE_QUANTITY_LIST = 'AVAILABLE_QUANTITY_LIST' |
◆ FLAT_PRICE_LIST
const FLAT_PRICE_LIST = 'PRICE_LIST' |
◆ FLAT_QUANTITY_LIST
const FLAT_QUANTITY_LIST = 'QUANTITY_LIST' |
◆ FLAT_RESERVED_QUANTITY_LIST
const FLAT_RESERVED_QUANTITY_LIST = 'RESERVED_QUANTITY_LIST' |
◆ STORE_AVAILABLE_QUANTITY_LIST
const STORE_AVAILABLE_QUANTITY_LIST = 'AVAILABLE_QUANTITY_LIST_BY_STORE' |
◆ STORE_QUANTITY_LIST
const STORE_QUANTITY_LIST = 'QUANTITY_LIST_BY_STORE' |
◆ STORE_RESERVED_QUANTITY_LIST
const STORE_RESERVED_QUANTITY_LIST = 'RESERVED_QUANTITY_LIST_BY_STORE' |
◆ SUMMMARY_PRODUCT_LIST
const SUMMMARY_PRODUCT_LIST = 'PRODUCT_DATA_LIST' |