ReturnStoreBatchAction implements Action uses WriteOffAmountValidator
Remove existed batch of products.
Table of Contents
Interfaces
- Action
- Action with document.
Methods
- __construct() : mixed
- canExecute() : Result
- Checking the possibility of executing an action.
- execute() : Result
- Executing action.
Methods
__construct()
public
__construct(int $documentElementId) : mixed
Parameters
- $documentElementId : int
canExecute()
Checking the possibility of executing an action.
public
canExecute() : Result
Tags
Return values
Resultexecute()
Executing action.
public
execute() : Result