SynchronizeProductsCommand
extends ContainerAwareCommand
in package
Class SynchronizeProductsCommand
Table of Contents
Properties
- $entityManager : EntityManagerInterface|null
- $logService : LogServiceInterface|null
- $tatiService : TatiService
Methods
- __construct() : mixed
- SyncOrdersCommand constructor.
- configure() : mixed
- Configure command
- execute() : int|void|null
Properties
$entityManager
private
EntityManagerInterface|null
$entityManager
$logService
private
LogServiceInterface|null
$logService
$tatiService
private
TatiService
$tatiService
Methods
__construct()
SyncOrdersCommand constructor.
public
__construct([null $name = null ][, EntityManagerInterface|null $entityManager = null ][, TatiService|null $tatiService = null ]) : mixed
Parameters
- $name : null = null
- $entityManager : EntityManagerInterface|null = null
- $tatiService : TatiService|null = null
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface