MigrateAllowedAttributesFromStaticToTableCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $attributeService : AttributeService|null
- $attributeSetGroupService : AttributeSetGroupService|null
- $entityManager : EntityManagerInterface
- $newProductService : NewProductService|null
Methods
- __construct() : mixed
- configure() : mixed
- execute() : mixed
Properties
$attributeService
private
AttributeService|null
$attributeService
$attributeSetGroupService
private
AttributeSetGroupService|null
$attributeSetGroupService
$entityManager
private
EntityManagerInterface
$entityManager
$newProductService
private
NewProductService|null
$newProductService
Methods
__construct()
public
__construct([mixed $name = null ][, AttributeService|null $attributeService = null ][, EntityManagerInterface|null $entityManager = null ][, AttributeSetGroupService $attributeSetGroupService = null ][, NewProductService|null $newProductService = null ]) : mixed
Parameters
- $name : mixed = null
- $attributeService : AttributeService|null = null
- $entityManager : EntityManagerInterface|null = null
- $attributeSetGroupService : AttributeSetGroupService = null
- $newProductService : NewProductService|null = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface