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
$id
protected
int
$id
Methods
create()
Named constructor of tracking code's parcel service id.
public
static create(int $id) : ParcelTrackingCodeServiceId
Parameters
- $id : int
-
Id of tracking code's parcel service.
Return values
ParcelTrackingCodeServiceId —New instance.
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.