ShippingReportCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class ShippingReportCommand
This class neess to be removed in next version
Table of Contents
Methods
- configure() : mixed
- execute() : int|null
- getShippingRate() : int|string
- reportChronopost() : mixed
- reportEcoPrevote() : mixed
- reportExpress() : mixed
Methods
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
int|nullgetShippingRate()
private
getShippingRate(mixed $productId, mixed $code) : int|string
Parameters
- $productId : mixed
- $code : mixed
Tags
Return values
int|stringreportChronopost()
private
reportChronopost(mixed $output) : mixed
Parameters
- $output : mixed
Tags
reportEcoPrevote()
private
reportEcoPrevote(mixed $output) : mixed
Parameters
- $output : mixed
Tags
reportExpress()
private
reportExpress(mixed $output) : mixed
Parameters
- $output : mixed