SyncScannedUnshippedAsirSalesCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $em : mixed
- $notificationService : NotificationService|null
Methods
- __construct() : mixed
- configure() : mixed
- Configure
- execute() : int|null
Properties
$em
private
mixed
$em
$notificationService
private
NotificationService|null
$notificationService
Methods
__construct()
public
__construct(EntityManagerInterface $em[, NotificationService $notificationService = null ]) : mixed
Parameters
- $em : EntityManagerInterface
- $notificationService : NotificationService = null
configure()
Configure
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface