MedCommand
extends ContainerAwareCommand
uses
LockableTrait
Table of Contents
Properties
-
$connection
: mixed
-
$em
: mixed
-
$firstRun
: mixed
-
$limit
: mixed
-
$page
: mixed
-
$productApi
: ProductApi|object
-
$geodisService
: mixed
-
$name
: mixed
-
$newProductService
: mixed
Methods
-
__construct()
: mixed
-
getLogidavId()
: mixed
-
getProducts()
: mixed
-
configure()
: mixed
-
execute()
: mixed
$connection
protected
mixed
$connection
$em
protected
mixed
$em
$firstRun
protected
mixed
$firstRun
= 1
$limit
protected
mixed
$limit
= 500
$page
protected
mixed
$page
= 1
$productApi
protected
ProductApi|object
$productApi
$geodisService
private
mixed
$geodisService
$name
private
mixed
$name
$newProductService
private
mixed
$newProductService
__construct()
public
__construct([mixed $name = null ], NewProductService $newProductService, GeodisService $geodisService) : mixed
Parameters
-
$name
: mixed
= null
-
-
$newProductService
: NewProductService
-
-
$geodisService
: GeodisService
-
getLogidavId()
public
getLogidavId(mixed $item) : mixed
Parameters
-
$item
: mixed
-
getProducts()
public
getProducts(mixed $output) : mixed
Parameters
-
$output
: mixed
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-