SyncProductsCommand
extends ContainerAwareCommand
in package
Class SyncOrdersCommand
Table of Contents
Properties
- $output : mixed
- $container : ContainerInterface
- $entityManager : EntityManagerInterface|null
- $ePriceService : EPriceService|null
- $logService : LogServiceInterface
Methods
- __construct() : mixed
- SyncOrdersCommand constructor.
- syncOffers() : mixed
- syncProducts() : mixed
- configure() : mixed
- Configure command
- execute() : int|void|null
Properties
$output
protected
mixed
$output
Tags
$container
private
ContainerInterface
$container
$entityManager
private
EntityManagerInterface|null
$entityManager
$ePriceService
private
EPriceService|null
$ePriceService
$logService
private
LogServiceInterface
$logService
Methods
__construct()
SyncOrdersCommand constructor.
public
__construct([null $name = null ][, EPriceService|null $ePriceService = null ][, ContainerInterface|null $container = null ][, EntityManagerInterface|null $entityManager = null ][, LogServiceInterface|null $logService = null ]) : mixed
Parameters
- $name : null = null
- $ePriceService : EPriceService|null = null
- $container : ContainerInterface|null = null
- $entityManager : EntityManagerInterface|null = null
- $logService : LogServiceInterface|null = null
syncOffers()
public
syncOffers(mixed $products) : mixed
Parameters
- $products : mixed
syncProducts()
public
syncProducts(mixed $products) : mixed
Parameters
- $products : mixed
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface