SynchronizeProductsQtyCommand
extends ContainerAwareCommand
in package
Class SynchronizeProductsQtyCommand
Table of Contents
Properties
Methods
- __construct() : mixed
- SyncOrdersCommand constructor.
- configure() : mixed
- Configure command
- execute() : int|void|null
Properties
$tatiService
private
TatiService
$tatiService
Methods
__construct()
SyncOrdersCommand constructor.
public
__construct([null $name = null ][, TatiService|null $tatiService = null ]) : mixed
Parameters
- $name : null = null
- $tatiService : TatiService|null = null
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface