Классы | |
class | DecreaseStoreQuantityAction |
class | IncreaseStoreQuantityAction |
Функции | |
__construct (int $storeId, int $productId, float $amount) | |
updateProductQuantity () | |
getProductAmountNew () | |
execute () | |
Переменные | |
trait | BaseStoreQuantityAction |
$storeId | |
$productId | |
$amount | |
__construct | ( | int | $storeId, |
int | $productId, | ||
float | $amount | ||
) |
int | $storeId | |
int | $productId | |
float | $amount |
См. определение в файле basestorequantityaction.php строка 46
execute | ( | ) |
@inheritDoc
См. определение в файле basestorequantityaction.php строка 95
|
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