CustomerAddonValueId
in package
Class CustomerAddonValueId
Table of Contents
- $customerId : CustomerId
- $key : CustomerAddonValueKey
- create() : CustomerAddonValueId
- customerId() : int
- key() : string
- toArray() : array<int, string>
- __construct() : mixed
Properties
$customerId
private
CustomerId
$customerId
$key
private
CustomerAddonValueKey
$key
Methods
create()
public
static create(CustomerId $customerId, CustomerAddonValueKey $key) : CustomerAddonValueId
Parameters
- $customerId : CustomerId
- $key : CustomerAddonValueKey
Return values
CustomerAddonValueId —customerId()
public
customerId() : int
Return values
int —key()
public
key() : string
Return values
string —toArray()
public
toArray() : array<int, string>
Return values
array<int, string> —__construct()
private
__construct(CustomerId $customerId, CustomerAddonValueKey $key) : mixed
Parameters
- $customerId : CustomerId
- $key : CustomerAddonValueKey