phpDocumentor

CustomerDetails

Class CustomerDetails

Table of Contents

$address  : CustomerAddress
$email  : string
$firstName  : string
$gender  : CustomerGender
$id  : CustomerId
$lastName  : string
city()  : string
country()  : string
create()  : CustomerDetails
email()  : string
firstName()  : string
gender()  : string
id()  : int|null
lastName()  : string
postcode()  : string
street()  : string
toArray()  : array<string|int, mixed>
__construct()  : mixed
CustomerDetails constructor.

Properties

Methods

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results