ProductUpdateStatusCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $limit : mixed
- $page : mixed
- $productApi : mixed
- $products : mixed
Methods
- getProducts() : mixed
- configure() : mixed
- Configure command
- execute() : int|null
Properties
$limit
protected
mixed
$limit
= 500
$page
protected
mixed
$page
= 1
$productApi
protected
mixed
$productApi
$products
protected
mixed
$products
= []
Methods
getProducts()
public
getProducts(mixed $output) : mixed
Parameters
- $output : mixed
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface