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