SaleCommand
extends ContainerAwareCommand
in package
FinalYes
Class SalesCommand
Table of Contents
Properties
- $output : OutputInterface
- $service : ShoppingFeedService
Methods
- getOrders() : mixed
- Get Orders
- configure() : mixed
- Configure command
- execute() : int|void|null
- acceptOrders() : mixed
- Accepting orders
- acknowledgeOrders() : mixed
- Acknowledging order
- addOrders() : mixed
- updateOrders() : mixed
Properties
$output
protected
OutputInterface
$output
$service
protected
ShoppingFeedService
$service
Methods
getOrders()
Get Orders
public
getOrders([null $nextEndpoint = null ]) : mixed
Parameters
- $nextEndpoint : null = null
Tags
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface
Tags
Return values
int|void|nullacceptOrders()
Accepting orders
private
acceptOrders(mixed $orders) : mixed
Parameters
- $orders : mixed
Tags
acknowledgeOrders()
Acknowledging order
private
acknowledgeOrders(mixed $orders) : mixed
Parameters
- $orders : mixed
Tags
addOrders()
private
addOrders(mixed $orders) : mixed
Parameters
- $orders : mixed
Tags
updateOrders()
private
updateOrders() : mixed