BrokenParcelsEmailNotificationCommand
extends ContainerAwareCommand
uses
LockableTrait
Table of Contents
Properties
-
$container
: mixed
-
$entityManager
: mixed
-
$saleProductShippingLabelService
: mixed
Methods
-
__construct()
: mixed
-
configure()
: mixed
-
execute()
: mixed
-
notifyCustomerForBrokenPackages()
: mixed
-
sendBadlyPackagedEmails()
: mixed
-
sendBrokenPackagesEmails()
: mixed
-
sendNotificationEmail()
: mixed
$container
private
mixed
$container
$entityManager
private
mixed
$entityManager
$saleProductShippingLabelService
private
mixed
$saleProductShippingLabelService
__construct()
public
__construct([mixed $name = null ][, EntityManagerInterface $entityManager = null ][, SaleProductShippingLabelService $saleProductShippingLabelService = null ]) : mixed
Parameters
-
$name
: mixed
= null
-
-
$entityManager
: EntityManagerInterface
= null
-
-
$saleProductShippingLabelService
: SaleProductShippingLabelService
= null
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
notifyCustomerForBrokenPackages()
private
notifyCustomerForBrokenPackages() : mixed
sendBadlyPackagedEmails()
private
sendBadlyPackagedEmails() : mixed
sendBrokenPackagesEmails()
private
sendBrokenPackagesEmails() : mixed
sendNotificationEmail()
private
sendNotificationEmail(mixed $saleProduct, mixed $parcels) : mixed
Parameters
-
$saleProduct
: mixed
-
-
$parcels
: mixed
-