phpDocumentor

ReturnOrderMapper
in package

Table of Contents

mapFromArrayToObject()  : ReturnOrder
mapFromObjectToArray()  : array<string|int, mixed>
mapCustomsDocumentFromArrayToObject()  : CustomsDocument
mapCustomsDocumentFromObjectToArray()  : array<string|int, mixed>
mapCustomsDocumentPositionsFromArrayToCollection()  : CustomsDocumentsPositionCollection
mapCustomsDocumentPositionsFromCollectionToArray()  : array<string|int, mixed>
mapSimpleAddressFromObjectToArray()  : array<string|int, mixed>

Methods

mapFromArrayToObject()

public static mapFromArrayToObject(array<string|int, mixed> $inputArray, string $receiverId, string $email, string $telephoneNumber) : ReturnOrder
Parameters
$inputArray : array<string|int, mixed>
$receiverId : string
$email : string
$telephoneNumber : string
Return values
ReturnOrder

mapFromObjectToArray()

public static mapFromObjectToArray(ReturnOrder $returnOrder) : array<string|int, mixed>
Parameters
$returnOrder : ReturnOrder
Return values
array<string|int, mixed>

mapCustomsDocumentFromArrayToObject()

protected static mapCustomsDocumentFromArrayToObject(array<string|int, mixed> $inputDocument) : CustomsDocument
Parameters
$inputDocument : array<string|int, mixed>
Return values
CustomsDocument

mapCustomsDocumentFromObjectToArray()

protected static mapCustomsDocumentFromObjectToArray(CustomsDocument $customsDocument) : array<string|int, mixed>
Parameters
$customsDocument : CustomsDocument
Return values
array<string|int, mixed>

mapSimpleAddressFromObjectToArray()

protected static mapSimpleAddressFromObjectToArray(SimpleAddress $simpleAddress) : array<string|int, mixed>
Parameters
$simpleAddress : SimpleAddress
Return values
array<string|int, mixed>

Search results