FindDuplicatesNewProductUrlKey
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $container : ContainerInterface
- $name : null
- $newProductService : NewProductService
Methods
- __construct() : mixed
- execute() : mixed
- configure() : mixed
- Configure command
Properties
$container
private
ContainerInterface
$container
$name
private
null
$name
$newProductService
private
NewProductService
$newProductService
Methods
__construct()
public
__construct([mixed $name = null ][, ContainerInterface $container = null ][, NewProductService $newProductService = null ]) : mixed
Parameters
- $name : mixed = null
- $container : ContainerInterface = null
- $newProductService : NewProductService = null
execute()
public
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
configure()
Configure command
protected
configure() : mixed