phpDocumentor

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

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

Search results