SyncStockCommand
extends ContainerAwareCommand
uses
LockableTrait
Table of Contents
Properties
-
$meduseService
: mixed
Methods
-
__construct()
: mixed
-
configure()
: mixed
-
execute()
: int|void|null
$meduseService
private
mixed
$meduseService
__construct()
public
__construct([null $name = null ][, MeduseService|null $meduseService = null ]) : mixed
Parameters
-
$name
: null
= null
-
-
$meduseService
: MeduseService|null
= null
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
Return values
int|void|null