phpDocumentor

OrderExportService implements AfterbuyOrderExportService

Class OrderExportService

Interfaces, Classes and Traits

AfterbuyOrderExportService
Interface AfterbuyOrderExportService

Table of Contents

$repository  : OrderExportRepository
__construct()  : mixed
OrderExportService constructor.
getInitialExportTimestamp()  : int|null
Returns the initial order export timestamp and null if the order was not send to afterbuy yet.
getLastTrackingSyncTime()  : string
Returns the last afterbuy tracking link synchronization time in format 'd.m.Y H:i:s'.
updateLastTrackingSyncTime()  : void
Updates the Afterbuy configuration last tracking sync (last_tracking_sync) to now.

Properties

Methods

getInitialExportTimestamp()

Returns the initial order export timestamp and null if the order was not send to afterbuy yet.

public getInitialExportTimestamp(OrderId $orderId) : int|null
Parameters
$orderId : OrderId
Tags
inheritDoc
Return values
int|null

getLastTrackingSyncTime()

Returns the last afterbuy tracking link synchronization time in format 'd.m.Y H:i:s'.

public getLastTrackingSyncTime() : string
Tags
inheritDoc
Return values
string

updateLastTrackingSyncTime()

Updates the Afterbuy configuration last tracking sync (last_tracking_sync) to now.

public updateLastTrackingSyncTime() : void
Tags
inheritDoc
Return values
void

Search results