ProductStockSyncMeublePromoCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class ProductSaleStockCommand
Table of Contents
Properties
Methods
- __construct() : mixed
- configure() : mixed
- execute() : int|null
Properties
$limit
private
mixed
$limit
= 100
$page
private
mixed
$page
= 1
Methods
__construct()
public
__construct([string $name = null ][, MeduseService $meduseService = null ]) : mixed
Parameters
- $name : string = null
- $meduseService : MeduseService = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface