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