|
1C-Bitrix 25.700.0
|
Структуры данных | |
| class | DecreaseStoreQuantityAction |
| class | IncreaseStoreQuantityAction |
| class | MoveStoreBatchAction |
| class | ReduceStoreBatchAmountAction |
| class | ReturnStoreBatchAction |
| class | UpsertStoreBatchAction |
| class | WriteOffStoreBatchAction |
Функции | |
| __construct (int $storeId, int $productId, float $amount) | |
| updateProductQuantity () | |
| getProductAmountNew () | |
| execute () | |
| checkStoreAmount (EO_StoreDocumentElement $storeDocumentElement=null) | |
Переменные | |
| trait | BaseStoreQuantityAction |
| $storeId | |
| $productId | |
| $amount | |
| trait | WriteOffAmountValidator |
| __construct | ( | int | $storeId, |
| int | $productId, | ||
| float | $amount ) |
| int | $storeId | |
| int | $productId | |
| float | $amount |
См. определение в файле basestorequantityaction.php строка 46
|
protected |
См. определение в файле writeoffamountvalidator.php строка 18
| execute | ( | ) |
@inheritDoc
См. определение в файле basestorequantityaction.php строка 99
|
abstractprotected |
The amount of the product that should become after execute action.
|
protected |
Update product quantity by real quantity from store.
См. определение в файле basestorequantityaction.php строка 58
|
protected |
См. определение в файле basestorequantityaction.php строка 39
|
protected |
См. определение в файле basestorequantityaction.php строка 34
|
protected |
См. определение в файле basestorequantityaction.php строка 29
| trait BaseStoreQuantityAction |
Base action for increase and decrease actions.
См. определение в файле basestorequantityaction.php строка 22
| trait WriteOffAmountValidator |
Base action for increase and decrease actions.
См. определение в файле writeoffamountvalidator.php строка 14