MedDebugCommand
extends ContainerAwareCommand
uses
LockableTrait
Table of Contents
Properties
-
$firstRun
: mixed
-
$limit
: mixed
-
$page
: mixed
-
$products
: mixed
-
$availabilityLogService
: mixed
-
$entityManager
: mixed
-
$newProductService
: mixed
-
$productService
: mixed
Methods
-
__construct()
: mixed
-
checkProcessSaleProduct()
: mixed
-
checkProductAutoChangeFromSale()
: mixed
-
configure()
: mixed
-
execute()
: mixed
-
fixBigBuyTrack()
: mixed
-
fixNewProductCoef()
: mixed
-
fixProductDate()
: mixed
-
getProductCategories()
: mixed
$firstRun
protected
mixed
$firstRun
= 0
$limit
protected
mixed
$limit
= 300
$page
protected
mixed
$page
= 1
$products
protected
mixed
$products
= []
$availabilityLogService
private
mixed
$availabilityLogService
$entityManager
private
mixed
$entityManager
$newProductService
private
mixed
$newProductService
$productService
private
mixed
$productService
__construct()
public
__construct([mixed $name = null ][, EntityManagerInterface $entityManager = null ][, NewProductService $newProductService = null ][, ProductService $productService = null ][, AvailabilityLogService $availabilityLogService = null ]) : mixed
Parameters
-
$name
: mixed
= null
-
-
$entityManager
: EntityManagerInterface
= null
-
-
$newProductService
: NewProductService
= null
-
-
$productService
: ProductService
= null
-
-
$availabilityLogService
: AvailabilityLogService
= null
-
checkProcessSaleProduct()
public
checkProcessSaleProduct() : mixed
checkProductAutoChangeFromSale()
protected
checkProductAutoChangeFromSale() : mixed
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
fixBigBuyTrack()
protected
fixBigBuyTrack() : mixed
fixNewProductCoef()
protected
fixNewProductCoef() : mixed
fixProductDate()
protected
fixProductDate() : mixed
getProductCategories()
protected
getProductCategories(mixed $output) : mixed
Parameters
-
$output
: mixed
-