Class CustomerDisplaySettings
Class CustomerDisplaySettings
Methods summary
public
|
#
__construct( BoolType $gender, BoolType $dateOfBirth, BoolType $company, BoolType $countryZone, BoolType $telephone, BoolType $fax, BoolType $suburb )
CustomerDisplaySettings constructor.
CustomerDisplaySettings constructor.
Parameters
- $gender
- Should the customers gender be displayed?
- $dateOfBirth
- Should the customers date of birth be displayed?
- $company
- Should the customers company be displayed?
- $countryZone
- Should the customers country zone be displayed?
- $telephone
- Should the customers telephone be displayed?
- $fax
- Should the customers fax be displayed?
- $suburb
- Should the customers suburb be displayed?
|
public
boolean
|
#
gender( )
Should the customers gender be displayed?
Should the customers gender be displayed?
Returns
boolean
|
public
boolean
|
#
dateOfBirth( )
Should the customers date of birth be displayed?
Should the customers date of birth be displayed?
Returns
boolean
|
public
boolean
|
#
company( )
Should the customers company be displayed?
Should the customers company be displayed?
Returns
boolean
|
public
boolean
|
#
countryZone( )
Should the customers country zone be displayed?
Should the customers country zone be displayed?
Returns
boolean
|
public
boolean
|
#
telephone( )
Should the customers telephone be displayed?
Should the customers telephone be displayed?
Returns
boolean
|
public
boolean
|
#
fax( )
Should the customers fax be displayed?
Should the customers fax be displayed?
Returns
boolean
|
public
boolean
|
#
suburb( )
Should the customers suburb be displayed?
Should the customers suburb be displayed?
Returns
boolean
|