phpDocumentor

PackingSlipRepository
in package
implements PackingSlipRepositoryInterface

Class PackingSlipRepository

Interfaces, Classes and Traits

PackingSlipRepositoryInterface
Interface PackingSlipRepositoryInterface

Table of Contents

$packingSlipDeleter  : PackingSlipDeleter
$packingSlipReader  : PackingSlipReader
__construct()  : mixed
PackingSlipRepository constructor.
deletePackingSlipsByOrderId()  : mixed
Deletes all packing slips by a given order ID.
getPackingSlipFilenameCollectionByOrderId()  : StringCollection
Gets all file names of packing slips for a given order ID.
getPackingSlipsByOrderId()  : PackingSlipCollection
Gets all packing slips for a specific order.

Properties

Methods

deletePackingSlipsByOrderId()

Deletes all packing slips by a given order ID.

public deletePackingSlipsByOrderId(IdType $orderId) : mixed
Parameters
$orderId : IdType
Return values
mixed

Search results