ImportProductLabelsCommand
extends ContainerAwareCommand
Table of Contents
Properties
-
$container
: mixed
-
$entityManager
: mixed
-
$productLabelRepo
: mixed
-
$productLabelService
: mixed
Methods
-
__construct()
: mixed
-
configure()
: void
-
execute()
: mixed
$container
private
mixed
$container
$entityManager
private
mixed
$entityManager
$productLabelRepo
private
mixed
$productLabelRepo
$productLabelService
private
mixed
$productLabelService
__construct()
public
__construct([mixed $name = null ][, EntityManagerInterface $entityManager = null ][, ContainerInterface $container = null ][, ProductlabelService $productlabelService = null ][, ProductLabelRepository $productLabelRepo = null ]) : mixed
Parameters
-
$name
: mixed
= null
-
-
$entityManager
: EntityManagerInterface
= null
-
-
$container
: ContainerInterface
= null
-
-
$productlabelService
: ProductlabelService
= null
-
-
$productLabelRepo
: ProductLabelRepository
= null
-
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-