UserAddressTrait
trait UserAddressTrait
Trait UserAddressTrait
Properties
private string | $address | Address for the user | |
private string | $address2 | Second line address for the user | |
private string | $postal | Postal code for the user | |
private string | $town | Town for the user | |
private string | $country | Country for the user | |
private string | $phone | Phone for the user | |
private string | $fax | Fax for the user |
Methods
setAddress(string|null $address)
Set address
string|null
getAddress()
Get address
setAddress2(string|null $address2)
Set address2
string|null
getAddress2()
Get address2
string|null
getPostal()
Get postal
string|null
getTown()
Get town
setCountry(string|null $country)
Set country
string|null
getCountry()
Get country
string|null
getPhone()
Get phone
string|null
getFax()
Get fax
Details
at line 88
UserLight
setAddress(string|null $address)
Set address
at line 98
string|null
getAddress()
Get address
at line 108
UserLight
setAddress2(string|null $address2)
Set address2
at line 118
string|null
getAddress2()
Get address2
at line 128
UserLight
setPostal(string|null $postal)
Set postal
at line 138
string|null
getPostal()
Get postal
at line 148
UserLight
setTown(string|null $town)
Set town
at line 158
string|null
getTown()
Get town
at line 168
UserLight
setCountry(string|null $country)
Set country
at line 178
string|null
getCountry()
Get country
at line 188
UserLight
setPhone(string|null $phone)
Set phone
at line 198
string|null
getPhone()
Get phone
at line 208
UserLight
setFax(string|null $fax)
Set fax
at line 218
string|null
getFax()
Get fax