StoreSettings
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
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
null|string
getBaseLoginImageUrl()
No description
setBaseLoginImageUrl(null|string $baseLoginImageUrl)
No description
Image|null
getHeaderImage()
No description
null|string
getBaseHeaderImageUrl()
No description
setBaseHeaderImageUrl(null|string $baseHeaderImageUrl)
No description
null|string
getNumberOfCategoriesToShow()
No description
setNumberOfCategoriesToShow(null|string $numberOfCategoriesToShow)
No description