Class CustomerDisplaySettings

Class CustomerDisplaySettings

Methods summary

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

CustomerDisplaySettings constructor.

public gender( void ) : boolean

Should the customers gender be displayed?

public dateOfBirth( void ) : boolean

Should the customers date of birth be displayed?

public company( void ) : boolean

Should the customers company be displayed?

public countryZone( void ) : boolean

Should the customers country zone be displayed?

public telephone( void ) : boolean

Should the customers telephone be displayed?

public fax( void ) : boolean

Should the customers fax be displayed?

public suburb( void ) : boolean

Should the customers suburb be displayed?