CheckTamdisShipmentStatusCommand
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $eventDispatcher : EventDispatcherInterface|null
- $tamdisService : TamdisService|null
Methods
- __construct() : mixed
- configure() : mixed
- Configure command
- execute() : mixed
Properties
$eventDispatcher
private
EventDispatcherInterface|null
$eventDispatcher
$tamdisService
private
TamdisService|null
$tamdisService
Methods
__construct()
public
__construct([mixed $name = null ][, TamdisService $tamdisService = null ][, EventDispatcherInterface $eventDispatcher = null ]) : mixed
Parameters
- $name : mixed = null
- $tamdisService : TamdisService = null
- $eventDispatcher : EventDispatcherInterface = null
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface