TruskShippingStatus
extends ContainerAwareCommand
in package
uses
LockableTrait
Class TruskSalesShippingStatus
Table of Contents
Properties
- $output : mixed
- $truskService : TruskService|null
Methods
- __construct() : mixed
- configure() : mixed
- Configuring v2 trusk sales shipping status command
- execute() : int|null
Properties
$output
protected
mixed
$output
$truskService
private
TruskService|null
$truskService
Methods
__construct()
public
__construct([mixed $name = null ][, TruskService $truskService = null ]) : mixed
Parameters
- $name : mixed = null
- $truskService : TruskService = null
configure()
Configuring v2 trusk sales shipping status command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface