PackingSlipInterface
in
Interface PackingSlipInterface
Table of Contents
- __construct() : mixed
- PackingSlip constructor.
- getDate() : DateTime
- getFilename() : string
- getId() : int
- getNumber() : string
- getOrderId() : int
Methods
__construct()
PackingSlip constructor.
public
__construct(IdType $id, StringType $number, DateTime $date, FilenameStringType $filename, IdType $orderId) : mixed
Parameters
- $id : IdType
- $number : StringType
- $date : DateTime
- $filename : FilenameStringType
- $orderId : IdType
Return values
mixed —getDate()
public
getDate() : DateTime
Return values
DateTime —getFilename()
public
getFilename() : string
Return values
string —getId()
public
getId() : int
Return values
int —getNumber()
public
getNumber() : string
Return values
string —getOrderId()
public
getOrderId() : int