class StoreSettings implements PrimaryKeyInterface

Settings

Properties

protected int $id
protected string|null $storeTitle Store title
protected string|null $slogan Store slogan
protected string|null $storeAddress Store address
protected string|null $storePhone Store phone number
protected string|null $storeEmail Store email
protected bool|null $loginModal Login using modal option
protected string|null $baseLogoUrl Base path to store image
protected string|null $baseLoginImageUrl Base path to login image
protected string|null $baseHeaderImageUrl Base path to header image
protected string|null $numberOfCategoriesToShow Number of categories to show

Methods

null|string
getStoreAddress()

No description

setStoreAddress(null|string $storeAddress)

No description

null|string
getStorePhone()

No description

setStorePhone(null|string $storePhone)

No description

null|string
getStoreEmail()

No description

setStoreEmail(null|string $storeEmail)

No description

bool|null
isLoginModal()

No description

setLoginModal(bool|null $loginModal)

No description

Image|null
getImage()

No description

setImage(Image|null $image)

No description

integer
getId()

No description

setId(int $id)

No description

null|string
getBaseLogoUrl()

No description

setBaseLogoUrl(null|string $baseLogoUrl)

No description

null|string
getStoreTitle()

No description

setStoreTitle(null|string $storeTitle)

No description

null|string
getSlogan()

No description

setSlogan(null|string $slogan)

No description

Image|null
getLoginImage()

No description

setLoginImage(Image|null $loginImage)

No description

null|string
getBaseLoginImageUrl()

No description

setBaseLoginImageUrl(null|string $baseLoginImageUrl)

No description

Image|null
getHeaderImage()

No description

setHeaderImage(Image|null $headerImage)

No description

null|string
getBaseHeaderImageUrl()

No description

setBaseHeaderImageUrl(null|string $baseHeaderImageUrl)

No description

null|string
getNumberOfCategoriesToShow()

No description

setNumberOfCategoriesToShow(null|string $numberOfCategoriesToShow)

No description

Details

at line 200
null|string getStoreAddress()

Return Value

null|string

at line 210
StoreSettings setStoreAddress(null|string $storeAddress)

Parameters

null|string $storeAddress

Return Value

StoreSettings

at line 220
null|string getStorePhone()

Return Value

null|string

at line 230
StoreSettings setStorePhone(null|string $storePhone)

Parameters

null|string $storePhone

Return Value

StoreSettings

at line 240
null|string getStoreEmail()

Return Value

null|string

at line 250
StoreSettings setStoreEmail(null|string $storeEmail)

Parameters

null|string $storeEmail

Return Value

StoreSettings

at line 260
bool|null isLoginModal()

Return Value

bool|null

at line 270
StoreSettings setLoginModal(bool|null $loginModal)

Parameters

bool|null $loginModal

Return Value

StoreSettings

at line 280
Image|null getImage()

Return Value

Image|null

at line 290
StoreSettings setImage(Image|null $image)

Parameters

Image|null $image

Return Value

StoreSettings

at line 301
integer getId()

Return Value

integer

at line 311
StoreSettings setId(int $id)

Parameters

int $id

Return Value

StoreSettings

at line 321
null|string getBaseLogoUrl()

Return Value

null|string

at line 331
StoreSettings setBaseLogoUrl(null|string $baseLogoUrl)

Parameters

null|string $baseLogoUrl

Return Value

StoreSettings

at line 341
null|string getStoreTitle()

Return Value

null|string

at line 351
StoreSettings setStoreTitle(null|string $storeTitle)

Parameters

null|string $storeTitle

Return Value

StoreSettings

at line 361
null|string getSlogan()

Return Value

null|string

at line 371
StoreSettings setSlogan(null|string $slogan)

Parameters

null|string $slogan

Return Value

StoreSettings

at line 381
Image|null getLoginImage()

Return Value

Image|null

at line 391
StoreSettings setLoginImage(Image|null $loginImage)

Parameters

Image|null $loginImage

Return Value

StoreSettings

at line 401
null|string getBaseLoginImageUrl()

Return Value

null|string

at line 411
StoreSettings setBaseLoginImageUrl(null|string $baseLoginImageUrl)

Parameters

null|string $baseLoginImageUrl

Return Value

StoreSettings

at line 421
Image|null getHeaderImage()

Return Value

Image|null

at line 431
StoreSettings setHeaderImage(Image|null $headerImage)

Parameters

Image|null $headerImage

Return Value

StoreSettings

at line 441
null|string getBaseHeaderImageUrl()

Return Value

null|string

at line 451
StoreSettings setBaseHeaderImageUrl(null|string $baseHeaderImageUrl)

Parameters

null|string $baseHeaderImageUrl

Return Value

StoreSettings

at line 461
null|string getNumberOfCategoriesToShow()

Return Value

null|string

at line 471
StoreSettings setNumberOfCategoriesToShow(null|string $numberOfCategoriesToShow)

Parameters

null|string $numberOfCategoriesToShow

Return Value

StoreSettings