ProductCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $bigbuyApi : mixed
- $em : mixed
- $productService : mixed
Methods
- __construct() : mixed
- ProductCommand constructor.
- configure() : mixed
- execute() : mixed
Properties
$bigbuyApi
protected
mixed
$bigbuyApi
$em
protected
mixed
$em
$productService
protected
mixed
$productService
Methods
__construct()
ProductCommand constructor.
public
__construct([null $name = null ][, BigbuyApi|null $bigbuyApi = null ][, ProductService|null $productService = null ][, EntityManagerInterface|null $entityManager = null ]) : mixed
Parameters
- $name : null = null
- $bigbuyApi : BigbuyApi|null = null
- $productService : ProductService|null = null
- $entityManager : EntityManagerInterface|null = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface