GenerateEan14ByParcelFromEan13Command
extends ContainerAwareCommand
uses
LockableTrait
Table of Contents
Properties
-
$shipmentService
: ShipmentService|null
Methods
-
__construct()
: mixed
-
configure()
: mixed
-
execute()
: mixed
__construct()
public
__construct([mixed $name = null ][, ContainerInterface|null $container = null ][, EntityManagerInterface|null $entityManager = null ][, ShipmentService|null $shipmentService = null ]) : mixed
Parameters
-
$name
: mixed
= null
-
-
$container
: ContainerInterface|null
= null
-
-
$entityManager
: EntityManagerInterface|null
= null
-
-
$shipmentService
: ShipmentService|null
= null
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-