FixCreatedProductsAltAndNameCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $productService : ProductService
- $configService : object
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
- $newProductService : NewProductService|null
- $productFeedDirPath : string
Methods
- __construct() : mixed
- ProductCommand constructor.
- configure() : mixed
- execute() : mixed
Properties
$productService
protected
ProductService
$productService
$configService
private
object
$configService
$container
private
ContainerInterface
$container
$entityManager
private
EntityManagerInterface
$entityManager
$newProductService
private
NewProductService|null
$newProductService
$productFeedDirPath
private
string
$productFeedDirPath
Methods
__construct()
ProductCommand constructor.
public
__construct([null $name = null ][, ProductService $productService = null ][, EntityManagerInterface $entityManager = null ][, ContainerInterface $container = null ][, NewProductService $newProductService = null ]) : mixed
Parameters
- $name : null = null
- $productService : ProductService = null
- $entityManager : EntityManagerInterface = null
- $container : ContainerInterface = null
- $newProductService : NewProductService = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface