phpDocumentor

ContactInformation

Class ContactInformation

Table of Contents

$email  : string
$faxNumber  : string
$phoneNumber  : string
create()  : ContactInformation
email()  : string
faxNumber()  : string
phoneNumber()  : 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(string $email, string $phoneNumber, string $faxNumber) : mixed
Parameters
$email : string
$phoneNumber : string
$faxNumber : string
Return values
mixed

Search results