NotioProductDescWithEnglishSentencesCommand
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $entityManager : EntityManagerInterface
- $languageDetectionService : LanguageDetectionService
- $newProductService : NewProductService
Methods
- __construct() : mixed
- configure() : mixed
- execute() : mixed
Properties
$entityManager
private
EntityManagerInterface
$entityManager
$languageDetectionService
private
LanguageDetectionService
$languageDetectionService
$newProductService
private
NewProductService
$newProductService
Methods
__construct()
public
__construct(EntityManagerInterface $entityManager, LanguageDetectionService $languageDetectionService, NewProductService $newProductService) : mixed
Parameters
- $entityManager : EntityManagerInterface
- $languageDetectionService : LanguageDetectionService
- $newProductService : NewProductService
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface