class SenderAddress extends SimpleAddress

SenderAddress

Methods

__construct(string $name1, string $streetName, string $houseNumber, string $postCode, string $city, Country $country)

neues Objekt

setName1(string $name1)

No description

setName2(string $name2)

No description

setName3(string $name3)

No description

setStreetName(string $streetName)

No description

setHouseNumber(string $houseNumber)

No description

setPostCode(string $postCode)

No description

setCity(string $city)

No description

setCountry(Country $country)

No description

Details

in SimpleAddress at line 60
__construct(string $name1, string $streetName, string $houseNumber, string $postCode, string $city, Country $country)

neues Objekt

Parameters

string $name1
string $streetName
string $houseNumber
string $postCode
string $city
Country $country

in SimpleAddress at line 79
SenderAddress setName1(string $name1)

Parameters

string $name1

Return Value

SenderAddress

in SimpleAddress at line 90
SenderAddress setName2(string $name2)

Parameters

string $name2

Return Value

SenderAddress

in SimpleAddress at line 101
SenderAddress setName3(string $name3)

Parameters

string $name3

Return Value

SenderAddress

in SimpleAddress at line 112
SenderAddress setStreetName(string $streetName)

Parameters

string $streetName

Return Value

SenderAddress

in SimpleAddress at line 123
SenderAddress setHouseNumber(string $houseNumber)

Parameters

string $houseNumber

Return Value

SenderAddress

in SimpleAddress at line 134
SenderAddress setPostCode(string $postCode)

Parameters

string $postCode

Return Value

SenderAddress

in SimpleAddress at line 145
SenderAddress setCity(string $city)

Parameters

string $city

Return Value

SenderAddress

in SimpleAddress at line 156
SenderAddress setCountry(Country $country)

Parameters

Country $country

Return Value

SenderAddress