Logidav Docs

SaleCommand extends ContainerAwareCommand

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

Methods

getOrders()

Get Orders

public getOrders([null $nextEndpoint = null ]) : mixed
Parameters
$nextEndpoint : null = null
Tags
throws
GuzzleException
throws
Exception

configure()

Configure command

protected configure() : mixed

execute()

protected execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
$input : InputInterface
$output : OutputInterface
Tags
throws
GuzzleException
throws
Exception
Return values
int|void|null

acceptOrders()

Accepting orders

private acceptOrders(mixed $orders) : mixed
Parameters
$orders : mixed
Tags
throws
Exception

acknowledgeOrders()

Acknowledging order

private acknowledgeOrders(mixed $orders) : mixed
Parameters
$orders : mixed
Tags
throws
Exception

addOrders()

private addOrders(mixed $orders) : mixed
Parameters
$orders : mixed
Tags
throws
Exception

        
On this page

Search results