trait AddressTrait

Class AddressTrait.

Traits

Class NameTrait.
Class TypeTrait.

Methods

$this
setName( string $name)

No description

from NameTrait
string|null
getName()

No description

from NameTrait
bool
hasName()

No description

from NameTrait
$this
clearName()

No description

from NameTrait
mixed|null
getType()

No description

from TypeTrait
$this
setType( mixed $type)

No description

from TypeTrait
bool
hasType()

No description

from TypeTrait
$this
clearType()

No description

from TypeTrait
$this
setAddressLine1( string $addressLine1)

No description

string
getAddressLine1()

No description

bool
hasAddressLine1()

No description

$this
clearAddressLine1()

No description

$this
setAddressLine2( string|null $addressLine2 = null)

No description

string|null
getAddressLine2()

No description

bool
hasAddressLine2()

No description

$this
clearAddressLine2()

No description

$this
setAddressLine3( string|null $addressLine3 = null)

No description

string|null
getAddressLine3()

No description

bool
hasAddressLine3()

No description

$this
clearAddressLine3()

No description

$this
setCity( string $city)

No description

string
getCity()

No description

bool
hasCity()

No description

$this
clearCity()

No description

$this
setState( string $state)

No description

string
getState()

No description

bool
hasState()

No description

$this
clearState()

No description

$this
setZip( string $zip)

No description

string
getZip()

No description

bool
hasZip()

No description

$this
clearZip()

No description

Details

in NameTrait at line line 32
$this setName( string $name)

Parameters

string $name

Return Value

$this

in NameTrait at line line 42
string|null getName()

Return Value

string|null

in NameTrait at line line 50
bool hasName()

Return Value

bool

in NameTrait at line line 58
$this clearName()

Return Value

$this

in TypeTrait at line line 28
mixed|null getType()

Return Value

mixed|null

in TypeTrait at line line 38
$this setType( mixed $type)

Parameters

mixed $type

Return Value

$this

in TypeTrait at line line 48
bool hasType()

Return Value

bool

in TypeTrait at line line 56
$this clearType()

Return Value

$this

at line line 61
$this setAddressLine1( string $addressLine1)

Parameters

string $addressLine1

Return Value

$this

at line line 71
string getAddressLine1()

Return Value

string

at line line 79
bool hasAddressLine1()

Return Value

bool

at line line 87
$this clearAddressLine1()

Return Value

$this

at line line 99
$this setAddressLine2( string|null $addressLine2 = null)

Parameters

string|null $addressLine2

Return Value

$this

at line line 109
string|null getAddressLine2()

Return Value

string|null

at line line 117
bool hasAddressLine2()

Return Value

bool

at line line 125
$this clearAddressLine2()

Return Value

$this

at line line 137
$this setAddressLine3( string|null $addressLine3 = null)

Parameters

string|null $addressLine3

Return Value

$this

at line line 147
string|null getAddressLine3()

Return Value

string|null

at line line 155
bool hasAddressLine3()

Return Value

bool

at line line 163
$this clearAddressLine3()

Return Value

$this

at line line 175
$this setCity( string $city)

Parameters

string $city

Return Value

$this

at line line 185
string getCity()

Return Value

string

at line line 193
bool hasCity()

Return Value

bool

at line line 201
$this clearCity()

Return Value

$this

at line line 213
$this setState( string $state)

Parameters

string $state

Return Value

$this

at line line 223
string getState()

Return Value

string

at line line 231
bool hasState()

Return Value

bool

at line line 239
$this clearState()

Return Value

$this

at line line 251
$this setZip( string $zip)

Parameters

string $zip

Return Value

$this

at line line 261
string getZip()

Return Value

string

at line line 269
bool hasZip()

Return Value

bool

at line line 277
$this clearZip()

Return Value

$this