SyncProductParentsCommand
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $entityManager : EntityManagerInterface
- $productApi : ProductApi
- $productRepository : ProductRepository
Methods
- configure() : mixed
- execute() : mixed
Properties
$entityManager
private
EntityManagerInterface
$entityManager
$productApi
private
ProductApi
$productApi
$productRepository
private
ProductRepository
$productRepository
Methods
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface