LengowOrderIssueAlertCommand
extends ContainerAwareCommand
Table of Contents
Properties
-
$logService
: LogService
Methods
-
__construct()
: mixed
-
configure()
: mixed
-
execute()
: int
-
sendNotificationMail()
: void
__construct()
public
__construct(LogService $logService) : mixed
Parameters
-
$logService
: LogService
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
sendNotificationMail()
private
sendNotificationMail(Collection|array<string|int, mixed>|array<string|int, Sale> $holdedOrders, Collection|array<string|int, mixed>|array<string|int, Sale> $ordersWithDifferentStatus) : void
Parameters
-
$holdedOrders
: Collection|array<string|int, mixed>|array<string|int, Sale>
-
-
$ordersWithDifferentStatus
: Collection|array<string|int, mixed>|array<string|int, Sale>
-