SendEmailForMissingProductInformationCommand
extends ContainerAwareCommand
Table of Contents
Properties
-
$name
: mixed|null
-
$newProductService
: NewProductService
Methods
-
__construct()
: mixed
-
checkForMissingData()
: array<string|int, mixed>
-
configure()
: mixed
-
execute()
: int|void|null
$name
private
mixed|null
$name
$newProductService
private
NewProductService
$newProductService
__construct()
public
__construct([mixed $name = null ][, NewProductService $newProductService = null ]) : mixed
Parameters
-
$name
: mixed
= null
-
-
$newProductService
: NewProductService
= null
-
public
checkForMissingData(mixed $newProduct, mixed $sku) : array<string|int, mixed>
Parameters
-
$newProduct
: mixed
-
-
$sku
: mixed
-
Return values
array<string|int, mixed>
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
Return values
int|void|null