CustomerDisplaySettings

Class CustomerDisplaySettings

package

Default

Methods

CustomerDisplaySettings constructor.

__construct(\BoolType $gender, \BoolType $dateOfBirth, \BoolType $company, \BoolType $countryZone, \BoolType $telephone, \BoolType $fax, \BoolType $suburb) 

Arguments

$gender

\BoolType

Should the customers gender be displayed?

$dateOfBirth

\BoolType

Should the customers date of birth be displayed?

$company

\BoolType

Should the customers company be displayed?

$countryZone

\BoolType

Should the customers country zone be displayed?

$telephone

\BoolType

Should the customers telephone be displayed?

$fax

\BoolType

Should the customers fax be displayed?

$suburb

\BoolType

Should the customers suburb be displayed?

Should the customers company be displayed?

company() : boolean

Response

boolean

Should the customers country zone be displayed?

countryZone() : boolean

Response

boolean

Should the customers date of birth be displayed?

dateOfBirth() : boolean

Response

boolean

Should the customers fax be displayed?

fax() : boolean

Response

boolean

Should the customers gender be displayed?

gender() : boolean

Response

boolean

Should the customers suburb be displayed?

suburb() : boolean

Response

boolean

Should the customers telephone be displayed?

telephone() : boolean

Response

boolean

Properties