AutomateMaxAndPromoPricesCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class AutomateMaxAndPromoPricesCommand
Table of Contents
Properties
- $dbConnection : Connection
- $output : mixed
- $priceService : PriceService
Methods
- __construct() : mixed
- configure() : mixed
- execute() : int|void|null
Properties
$dbConnection
private
Connection
$dbConnection
$output
private
mixed
$output
$priceService
private
PriceService
$priceService
Methods
__construct()
public
__construct([PriceService $name = null ][, PriceService $priceService = null ]) : mixed
Parameters
- $name : PriceService = null
-
PriceService
- $priceService : PriceService = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface