ApplyFreeShippingToSpecificMenzzoProductsCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $priceService : PriceService
- $queueServiceInterface : QueueServiceInterface
- $asirProductService : ProductService
- $connection : Connection
- $em : object
- $priceHistoryService : PriceHistoryService
Methods
- __construct() : mixed
- configure() : mixed
- execute() : int|void|null
Properties
$priceService
protected
PriceService
$priceService
$queueServiceInterface
protected
QueueServiceInterface
$queueServiceInterface
$asirProductService
private
ProductService
$asirProductService
$connection
private
Connection
$connection
$em
private
object
$em
$priceHistoryService
private
PriceHistoryService
$priceHistoryService
Methods
__construct()
public
__construct([null $name = null ][, QueueServiceInterface|null $queueServiceInterface = null ][, PriceService|null $priceService = null ]) : mixed
Parameters
- $name : null = null
- $queueServiceInterface : QueueServiceInterface|null = null
- $priceService : PriceService|null = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface