ParcelTrackingCodeComment
in package
Class ParcelTrackingCodeComment
Table of Contents
- $comment : string
- is() : string
- Returns the comment of a tracking code.
- write() : ParcelTrackingCodeComment
- Named constructor of tracking code comments.
- __construct() : mixed
- TrackingCodesComment constructor.
Properties
$comment
protected
string
$comment
Methods
is()
Returns the comment of a tracking code.
public
is() : string
Return values
string —$comment Tracking code comment.
write()
Named constructor of tracking code comments.
public
static write(string $comment) : ParcelTrackingCodeComment
Parameters
- $comment : string
-
Tracking code comment.
Return values
ParcelTrackingCodeComment —New instance.
__construct()
TrackingCodesComment constructor.
protected
__construct(string $comment) : mixed
Private to enforce usage of named constructor.
Parameters
- $comment : string
-
Tracking code comment.