ProductId
in package
Table of Contents
- $value : string
- create() : self
- Creates a new instance of ProductId
- extended() : string
- value() : int
- Returns the ID
- __construct() : mixed
- Constructor
Properties
$value
private
string
$value
Methods
create()
Creates a new instance of ProductId
public
static create(string $value) : self
Parameters
- $value : string
Return values
self —extended()
public
extended() : string
Return values
string —value()
Returns the ID
public
value() : int
Return values
int —__construct()
Constructor
private
__construct(string $value) : mixed
Parameters
- $value : string