phpDocumentor

ParcelTrackingCodeServiceId
in package

Class ParcelTrackingCodeServiceId

Table of Contents

$id  : int
create()  : ParcelTrackingCodeServiceId
Named constructor of tracking code's parcel service id.
is()  : int
Returns the id of the tracking code's parcel service.
__construct()  : mixed
TrackingCodesParcelServiceId constructor.

Properties

Methods

is()

Returns the id of the tracking code's parcel service.

public is() : int
Return values
int

$id Id of tracking code's parcel service.

__construct()

TrackingCodesParcelServiceId constructor.

protected __construct(int $id) : mixed

Private to enforce usage of named constructor.

Parameters
$id : int

Id of tracking code's parcel service.

Return values
mixed

Search results