ProductCheckMatchCommand
extends ContainerAwareCommand
uses
LockableTrait
Table of Contents
Properties
-
$connection
: mixed
-
$em
: mixed
-
$errors
: mixed
-
$firstRun
: mixed
-
$limit
: int
-
$page
: mixed
-
$productApi
: ProductApi|object
Methods
-
getLogidavId()
: int|null
-
getProducts()
: mixed
-
configure()
: mixed
-
execute()
: int|void|null
$connection
protected
mixed
$connection
$em
protected
mixed
$em
$errors
protected
mixed
$errors
= []
$firstRun
protected
mixed
$firstRun
= 0
-
@var
-
$limit
protected
int
$limit
= 500
$page
protected
mixed
$page
= 1
-
@var
-
$productApi
protected
ProductApi|object
$productApi
getLogidavId()
public
getLogidavId(mixed $item) : int|null
Parameters
-
$item
: mixed
-
getProducts()
public
getProducts(mixed $output) : mixed
Parameters
-
$output
: mixed
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
Return values
int|void|null