SaleSavProductOldDataCommand
extends ContainerAwareCommand
in package
Class setSaleSaveProductOldDataCommand
Table of Contents
Properties
- $entityManager : EntityManagerInterface
- $name : null
Methods
- __construct() : mixed
- AttributeCommand constructor.
- configure() : mixed
- execute() : int|void|null
Properties
$entityManager
private
EntityManagerInterface
$entityManager
$name
private
null
$name
Methods
__construct()
AttributeCommand constructor.
public
__construct([null $name = null ], EntityManagerInterface $entityManager) : mixed
Parameters
- $name : null = null
- $entityManager : EntityManagerInterface
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface