Class ParcelTrackingCodeComment
Class ParcelTrackingCodeComment
Methods summary
protected
|
#
__construct( string $comment )
TrackingCodesComment constructor.
Private to enforce usage of named constructor.
TrackingCodesComment constructor.
Private to enforce usage of named constructor.
Parameters
- $comment
- Tracking code comment.
|
public static
ParcelTrackingCodeComment
|
#
write( string $comment )
Named constructor of tracking code comments.
Named constructor of tracking code comments.
Parameters
- $comment
- Tracking code comment.
Returns
|
public
string
|
#
is( )
Returns the comment of a tracking code.
Returns the comment of a tracking code.
Returns
string $comment Tracking code comment.
|