CustomerDisplaySettings
in package
Class CustomerDisplaySettings
Table of Contents
- $company : bool
- $countryZone : bool
- $dateOfBirth : bool
- $fax : bool
- $gender : bool
- $suburb : bool
- $telephone : bool
- __construct() : mixed
- CustomerDisplaySettings constructor.
- company() : bool
- Should the customers company be displayed?
- countryZone() : bool
- Should the customers country zone be displayed?
- dateOfBirth() : bool
- Should the customers date of birth be displayed?
- fax() : bool
- Should the customers fax be displayed?
- gender() : bool
- Should the customers gender be displayed?
- suburb() : bool
- Should the customers suburb be displayed?
- telephone() : bool
- Should the customers telephone be displayed?
Properties
$company
private
bool
$company
$countryZone
private
bool
$countryZone
$dateOfBirth
private
bool
$dateOfBirth
$fax
private
bool
$fax
$gender
private
bool
$gender
$suburb
private
bool
$suburb
$telephone
private
bool
$telephone
Methods
__construct()
CustomerDisplaySettings constructor.
public
__construct(BoolType $gender, BoolType $dateOfBirth, BoolType $company, BoolType $countryZone, BoolType $telephone, BoolType $fax, BoolType $suburb) : mixed
Parameters
- $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?
Return values
mixed —company()
Should the customers company be displayed?
public
company() : bool
Return values
bool —countryZone()
Should the customers country zone be displayed?
public
countryZone() : bool
Return values
bool —dateOfBirth()
Should the customers date of birth be displayed?
public
dateOfBirth() : bool
Return values
bool —fax()
Should the customers fax be displayed?
public
fax() : bool
Return values
bool —gender()
Should the customers gender be displayed?
public
gender() : bool
Return values
bool —suburb()
Should the customers suburb be displayed?
public
suburb() : bool
Return values
bool —telephone()
Should the customers telephone be displayed?
public
telephone() : bool