SyncQueuesStatusesCommand
extends ContainerAwareCommand
Table of Contents
Properties
-
$container
: mixed
-
$entityManager
: mixed
-
$productApi
: ProductApi
Methods
-
__construct()
: mixed
-
configure()
: mixed
-
execute()
: mixed
$container
private
mixed
$container
$entityManager
private
mixed
$entityManager
$productApi
private
ProductApi
$productApi
__construct()
public
__construct(EntityManagerInterface $entityManager, ContainerInterface $container) : mixed
Parameters
-
$entityManager
: EntityManagerInterface
-
-
$container
: ContainerInterface
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-