trait UserBusinessTrait

Trait UserBusinessTrait

Properties

private string $businessType Type of bussiness
private string $businessName Name for the Business
private string $businessAddress Address for the Business
private string $businessAddress2 Second line for the address for the Business
private string $businessPostal Postal code for the Business
private string $businessTown Town for the Business
private string $businessCountry Country for the Business
private string $businessSiret Siret for the Business
private string $businessVat TVA number for the Business
private string $businessPhone Phone number for the Business
private string $businessFax Fax number for the Business

Methods

setBusinessType(string|null $businessType)

Set businessType

string|null
getBusinessType()

Get businessType

setBusinessName(string|null $businessName)

Set businessName

string|null
getBusinessName()

Get businessName

setBusinessAddress(string|null $businessAddress)

Set businessAddress

string|null
getBusinessAddress()

Get businessAddress

setBusinessAddress2(string|null $businessAddress2)

Set businessAddress2

string|null
getBusinessAddress2()

Get businessAddress2

setBusinessPostal(string|null $businessPostal)

Set businessPostal

string|null
getBusinessPostal()

Get businessPostal

setBusinessTown(string|null $businessTown)

Set businessTown

string|null
getBusinessTown()

Get businessTown

setBusinessCountry(string|null $businessCountry)

Set businessCountry

string|null
getBusinessCountry()

Get businessCountry

setBusinessSiret(string|null $businessSiret)

Set businessSiret

string|null
getBusinessSiret()

Get businessSiret

setBusinessVat(string|null $businessVat)

Set businessVat

string|null
getBusinessVat()

Get businessVat

setBusinessPhone(string|null $businessPhone)

Set businessPhone

string|null
getBusinessPhone()

Get businessPhone

setBusinessFax(string|null $businessFax)

Set businessFax

string|null
getBusinessFax()

Get businessFax

Details

at line 136
UserLight setBusinessType(string|null $businessType)

Set businessType

Parameters

string|null $businessType Business type

Return Value

UserLight

at line 146
string|null getBusinessType()

Get businessType

Return Value

string|null

at line 156
UserLight setBusinessName(string|null $businessName)

Set businessName

Parameters

string|null $businessName Business name

Return Value

UserLight

at line 166
string|null getBusinessName()

Get businessName

Return Value

string|null

at line 176
UserLight setBusinessAddress(string|null $businessAddress)

Set businessAddress

Parameters

string|null $businessAddress Business address

Return Value

UserLight

at line 186
string|null getBusinessAddress()

Get businessAddress

Return Value

string|null

at line 196
UserLight setBusinessAddress2(string|null $businessAddress2)

Set businessAddress2

Parameters

string|null $businessAddress2 Business Address 2

Return Value

UserLight

at line 206
string|null getBusinessAddress2()

Get businessAddress2

Return Value

string|null

at line 216
UserLight setBusinessPostal(string|null $businessPostal)

Set businessPostal

Parameters

string|null $businessPostal Business postal code

Return Value

UserLight

at line 226
string|null getBusinessPostal()

Get businessPostal

Return Value

string|null

at line 236
UserLight setBusinessTown(string|null $businessTown)

Set businessTown

Parameters

string|null $businessTown Business town

Return Value

UserLight

at line 246
string|null getBusinessTown()

Get businessTown

Return Value

string|null

at line 256
UserLight setBusinessCountry(string|null $businessCountry)

Set businessCountry

Parameters

string|null $businessCountry Business country

Return Value

UserLight

at line 266
string|null getBusinessCountry()

Get businessCountry

Return Value

string|null

at line 276
UserLight setBusinessSiret(string|null $businessSiret)

Set businessSiret

Parameters

string|null $businessSiret Business siret number

Return Value

UserLight

at line 286
string|null getBusinessSiret()

Get businessSiret

Return Value

string|null

at line 296
UserLight setBusinessVat(string|null $businessVat)

Set businessVat

Parameters

string|null $businessVat Business vat number

Return Value

UserLight

at line 306
string|null getBusinessVat()

Get businessVat

Return Value

string|null

at line 316
UserLight setBusinessPhone(string|null $businessPhone)

Set businessPhone

Parameters

string|null $businessPhone Business phone

Return Value

UserLight

at line 326
string|null getBusinessPhone()

Get businessPhone

Return Value

string|null

at line 336
UserLight setBusinessFax(string|null $businessFax)

Set businessFax

Parameters

string|null $businessFax Business fax

Return Value

UserLight

at line 346
string|null getBusinessFax()

Get businessFax

Return Value

string|null