CustomerId
in package
Class CustomerId
Table of Contents
- $value : int|null
- create() : CustomerId
- value() : int|null
- __construct() : mixed
- CustomerId constructor.
Properties
$value
private
int|null
$value
Methods
create()
public
static create([int|null $value = null ]) : CustomerId
Parameters
- $value : int|null = null
Return values
CustomerId —value()
public
value() : int|null
Return values
int|null —__construct()
CustomerId constructor.
private
__construct(int|null $value) : mixed
Parameters
- $value : int|null