phpDocumentor

PersonalInformation

Class PersonalInformation

Table of Contents

$companyName  : string
$firstName  : string
$gender  : CustomerGender
$lastName  : string
companyName()  : string
create()  : PersonalInformation
firstName()  : string
gender()  : string
lastName()  : string
toArray()  : array<string|int, mixed>
__construct()  : mixed

Properties

Methods

toArray()

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

__construct()

private __construct(CustomerGender $gender, string $firstName, string $lastName, string $companyName) : mixed
Parameters
$gender : CustomerGender
$firstName : string
$lastName : string
$companyName : string
Return values
mixed

Search results