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