MigrateProductQtyToStockWarehousesCommand
extends ContainerAwareCommand
uses
LockableTrait
Table of Contents
Properties
-
$connection
: Connection
-
$em
: object
Methods
-
configure()
: mixed
-
execute()
: int|void|null
-
initWarehouses()
: mixed
$connection
private
Connection
$connection
$em
private
object
$em
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
Return values
int|void|null
initWarehouses()
private
initWarehouses(Connection $connection) : mixed
Parameters
-
$connection
: Connection
-