phpDocumentor

ParcelTrackingCodeId
in package

Class ParcelTrackingCodeId

Table of Contents

$id  : int
create()  : ParcelTrackingCodeId
Named constructor of tracking code id.
is()  : int
Returns the id of the tracking code.
__construct()  : mixed
TrackingCodesId constructor.

Properties

Methods

is()

Returns the id of the tracking code.

public is() : int
Return values
int

$id Id of tracking code.

__construct()

TrackingCodesId constructor.

protected __construct(int $id) : mixed

Private to enforce usage of named constructor.

Parameters
$id : int

Id of tracking code.

Return values
mixed

Search results