IncreaseStoreQuantityAction implements Action uses BaseStoreQuantityAction
Increase store availability quantity of product.
Table of Contents
Interfaces
- Action
- Action with document.
Methods
- __construct() : mixed
- canExecute() : Result
- Checking the possibility of executing an action.
- execute() : Result
Methods
__construct()
public
__construct(int $storeId, int $productId, float $amount) : mixed
Parameters
- $storeId : int
- $productId : int
- $amount : float
canExecute()
Checking the possibility of executing an action.
public
canExecute() : Result
Tags
Return values
Resultexecute()
public
execute() : Result