UpdateLengowStatusCommand
extends ContainerAwareCommand
Table of Contents
Properties
-
$entityManager
: EntityManagerInterface
-
$logService
: LogService
-
$notificationService
: NotificationService
Methods
-
__construct()
: mixed
-
configure()
: mixed
-
execute()
: int
-
mapLengowStatus()
: string
-
updateOrder()
: void
$entityManager
private
EntityManagerInterface
$entityManager
$logService
private
LogService
$logService
$notificationService
private
NotificationService
$notificationService
__construct()
public
__construct(LogService $logService, EntityManagerInterface $entityManager, NotificationService $notificationService) : mixed
Parameters
-
$logService
: LogService
-
-
$entityManager
: EntityManagerInterface
-
-
$notificationService
: NotificationService
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
mapLengowStatus()
private
mapLengowStatus(string $lengowStatus) : string
Parameters
-
$lengowStatus
: string
-
updateOrder()
private
updateOrder(array<string|int, mixed> $orderData, string|null $errors) : void
Parameters
-
$orderData
: array<string|int, mixed>
-
-
$errors
: string|null
-