Class ParcelTrackingCodeServiceId
Class ParcelTrackingCodeServiceId
Methods summary
protected
|
#
__construct( integer $id )
TrackingCodesParcelServiceId constructor.
Private to enforce usage of named constructor.
TrackingCodesParcelServiceId constructor.
Private to enforce usage of named constructor.
Parameters
- $id
- Id of tracking code's parcel service.
|
public static
ParcelTrackingCodeServiceId
|
#
create( integer $id )
Named constructor of tracking code's parcel service id.
Named constructor of tracking code's parcel service id.
Parameters
- $id
- Id of tracking code's parcel service.
Returns
|
public
integer
|
#
is( )
Returns the id of the tracking code's parcel service.
Returns the id of the tracking code's parcel service.
Returns
integer $id Id of tracking code's parcel service.
|