Классы | |
class | ReserveStoreProductAction |
class | UnReserveStoreProductAction |
Функции | |
__construct (int $storeId, int $productId, float $amount) | |
getNewProductQuantity () | |
getNewProductReservedQuantity () | |
getNewStoreReservedQuantity () | |
execute () | |
Переменные | |
trait | BaseReserveStoreProductAction |
$storeId | |
$productId | |
$amount | |
__construct | ( | int | $storeId, |
int | $productId, | ||
float | $amount | ||
) |
int | $storeId | |
int | $productId | |
float | $amount |
См. определение в файле basereservestoreproductaction.php строка 44
execute | ( | ) |
@inheritDoc
См. определение в файле basereservestoreproductaction.php строка 75
|
abstractprotected |
Product quantity after action.
|
abstractprotected |
Reserved quantity total after action.
|
abstractprotected |
Reserved quantity on store after action.
|
protected |
См. определение в файле basereservestoreproductaction.php строка 37
|
protected |
См. определение в файле basereservestoreproductaction.php строка 32
|
protected |
См. определение в файле basereservestoreproductaction.php строка 27
trait BaseReserveStoreProductAction |
Base functions for reserve working.
См. определение в файле basereservestoreproductaction.php строка 20