ExportAsirTitlesAndDescriptionsExamplesCommand
extends ContainerAwareCommand
uses
LockableTrait
Table of Contents
Properties
-
$asirService
: mixed
-
$container
: mixed
-
$entityManager
: mixed
-
$newProductService
: mixed
Methods
-
__construct()
: mixed
-
configure()
: mixed
-
execute()
: mixed
$asirService
private
mixed
$asirService
$container
private
mixed
$container
$entityManager
private
mixed
$entityManager
$newProductService
private
mixed
$newProductService
__construct()
public
__construct(EntityManagerInterface $entityManager, ContainerInterface $container, NewProductService $newProductService, ProductService $asirService) : mixed
Parameters
-
$entityManager
: EntityManagerInterface
-
-
$container
: ContainerInterface
-
-
$newProductService
: NewProductService
-
-
$asirService
: ProductService
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-