GenerateExpeditionTicketsCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- ProductCommand constructor.
- configure() : mixed
- execute() : mixed
Properties
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
ProductCommand 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) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface