phpDocumentor

OrderParcelTrackingCode
in package

Class OrderParcelTrackingCode

Table of Contents

$code  : string
create()  : OrderParcelTrackingCode
Named constructor of parcel tracking code.
is()  : string
Returns the order's parcel tracking code.
__construct()  : mixed
TrackingCode constructor.

Properties

Methods

is()

Returns the order's parcel tracking code.

public is() : string
Return values
string

Parcel tracking code of orders.

__construct()

TrackingCode constructor.

protected __construct(string $trackingCode) : mixed

Private to enforce usage of named constructor.

Parameters
$trackingCode : string

Parcel tracking code of orders.

Return values
mixed

Search results