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