ProductPriceSyncMeublePromoCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class ProductPriceSyncMeublePromoCommand
Table of Contents
Constants
Methods
- __construct() : mixed
- configure() : mixed
- execute() : int|null
Constants
ASIR_PROMO_PRICE_FORMULA
public
mixed
ASIR_PROMO_PRICE_FORMULA
= 2.2
ASIR_REGULAR_PRICE_FORMULA
public
mixed
ASIR_REGULAR_PRICE_FORMULA
= 3
Methods
__construct()
public
__construct([string $name = null ][, MeduseService $meduseService = null ]) : mixed
Parameters
- $name : string = null
- $meduseService : MeduseService = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface