FixCmpNewProductIdCommand
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $entityManager : EntityManagerInterface|null
- $manufacturerService : ManufacturerService
- $newProductService : NewProductService|null
- $productService : ProductService
Methods
- __construct() : mixed
- configure() : mixed
- Configure command
- execute() : mixed
Properties
$entityManager
private
EntityManagerInterface|null
$entityManager
$manufacturerService
private
ManufacturerService
$manufacturerService
$newProductService
private
NewProductService|null
$newProductService
$productService
private
ProductService
$productService
Methods
__construct()
public
__construct([mixed $name = null ][, ProductService $productService = null ][, NewProductService $newProductService = null ][, EntityManagerInterface $entityManager = null ], ManufacturerService $manufacturerService) : mixed
Parameters
- $name : mixed = null
- $productService : ProductService = null
- $newProductService : NewProductService = null
- $entityManager : EntityManagerInterface = null
- $manufacturerService : ManufacturerService
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface