Store
Aggrosoft\ExtranetBundle\Entity\Store
33
Columns
9
Relations
47
Properties
Relationships
Click entity to navigate
←
StoreMenu
←
StoreBanner
→
Language
→
Client
↔
StoreWidget
→
CustomFormGrid
↔
Content
↔
Content
↔
Content
Metadaten
Tabelle
store
Bundle
ExtranetBundle
Interfaces
IClientable
IUpload
Translatable
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
blocked
|
blocked
|
boolean
|
|
{{ entity.blocked }} |
nettoMode
|
nettoMode
|
boolean
|
|
{{ entity.nettoMode }} |
productionMode
|
productionMode
|
integer
|
|
{{ entity.productionMode }} |
templateVersion
|
templateVersion
|
integer(11)
|
|
{{ entity.templateVersion }} |
title
|
title
|
string(255)
|
|
{{ entity.title }} |
ident
|
ident
|
string(255)
|
|
{{ entity.ident }} |
url
|
url
|
string(255)
|
|
{{ entity.url }} |
logo
|
logo
|
string(255)
|
|
{{ entity.logo }} |
customerNumberMask
|
customerNumberMask
|
string(16)
|
|
{{ entity.customerNumberMask }} |
productsPerPage
|
productsPerPage
|
integer(11)
|
|
{{ entity.productsPerPage }} |
productThumbnailWidth
|
productThumbnailWidth
|
integer(11)
|
|
{{ entity.productThumbnailWidth }} |
productThumbnailHeight
|
productThumbnailHeight
|
integer(11)
|
|
{{ entity.productThumbnailHeight }} |
productIconWidth
|
productIconWidth
|
integer(11)
|
|
{{ entity.productIconWidth }} |
productIconHeight
|
productIconHeight
|
integer(11)
|
|
{{ entity.productIconHeight }} |
productDetailsImageWidth
|
productDetailsImageWidth
|
integer(11)
|
|
{{ entity.productDetailsImageWidth }} |
productDetailsImageHeight
|
productDetailsImageHeight
|
integer(11)
|
|
{{ entity.productDetailsImageHeight }} |
metakeywords
|
metakeywords
|
text
|
|
{{ entity.metakeywords }} |
metadescription
|
metadescription
|
text
|
|
{{ entity.metadescription }} |
titlePrefix
|
titlePrefix
|
string(255)
|
|
{{ entity.titlePrefix }} |
titleSuffix
|
titleSuffix
|
string(255)
|
|
{{ entity.titleSuffix }} |
productMetaTitle
|
productMetaTitle
|
string(255)
|
|
{{ entity.productMetaTitle }} |
categoryMetaTitle
|
categoryMetaTitle
|
string(255)
|
|
{{ entity.categoryMetaTitle }} |
productMetaKeywords
|
productMetaKeywords
|
string(255)
|
|
{{ entity.productMetaKeywords }} |
productSeoUrlFormula
|
productSeoUrlFormula
|
string(255)
|
|
{{ entity.productSeoUrlFormula }} |
customLoginUrl
|
customLoginUrl
|
string(255)
|
|
{{ entity.customLoginUrl }} |
headerHtml
|
headerHtml
|
text
|
|
{{ entity.headerHtml }} |
footerHtml
|
footerHtml
|
text
|
|
{{ entity.footerHtml }} |
startPageTitle
|
startPageTitle
|
string(255)
|
|
{{ entity.startPageTitle }} |
sitemapFileName
|
sitemapFileName
|
string(255)
|
|
{{ entity.sitemapFileName }} |
productSearchDqlExpression
|
productSearchDqlExpression
|
text
|
|
{{ entity.productSearchDqlExpression }} |
devMode
|
devMode
|
boolean
|
|
{{ entity.devMode }} |
customBuyableCondition
|
customBuyableCondition
|
text
|
|
{{ entity.customBuyableCondition }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
blocked
DB
|
read
write
|
{{
entity.blocked
}}
|
getBlocked()
setBlocked()
|
boolean
|
title
DB
|
read
write
|
{{
entity.title
}}
|
getTitle()
setTitle()
|
string
|
url
DB
|
read
write
|
{{
entity.url
}}
|
getUrl()
setUrl()
|
string
|
ident
DB
|
read
write
|
{{
entity.ident
}}
|
getIdent()
setIdent()
|
string
|
uploadFields
Computed
|
read
|
{{
entity.uploadFields
}}
|
getUploadFields()
|
- |
removeRouter
Computed
|
read
|
{{
entity.removeRouter
}}
|
getRemoveRouter()
|
- |
subPath
Computed
|
read
|
{{
entity.subPath
}}
|
getSubPath()
|
- |
logoFile
Computed
|
read
write
|
{{
entity.logoFile
}}
|
getLogoFile()
setLogoFile()
|
string
|
logo
DB
|
read
write
|
{{
entity.logo
}}
|
getLogo()
setLogo()
|
string
|
menus
DB
|
read
|
{{
entity.menus
}}
|
getMenus()
|
\Doctrine\Common\Collections\Collection
|
banners
DB
|
read
|
{{
entity.banners
}}
|
getBanners()
|
\Doctrine\Common\Collections\Collection
|
productsPerPage
DB
|
read
write
|
{{
entity.productsPerPage
}}
|
getProductsPerPage()
setProductsPerPage()
|
integer
|
productThumbnailWidth
DB
|
read
write
|
{{
entity.productThumbnailWidth
}}
|
getProductThumbnailWidth()
setProductThumbnailWidth()
|
integer
|
productThumbnailHeight
DB
|
read
write
|
{{
entity.productThumbnailHeight
}}
|
getProductThumbnailHeight()
setProductThumbnailHeight()
|
integer
|
productIconWidth
DB
|
read
write
|
{{
entity.productIconWidth
}}
|
getProductIconWidth()
setProductIconWidth()
|
integer
|
productIconHeight
DB
|
read
write
|
{{
entity.productIconHeight
}}
|
getProductIconHeight()
setProductIconHeight()
|
integer
|
productDetailsImageWidth
DB
|
read
write
|
{{
entity.productDetailsImageWidth
}}
|
getProductDetailsImageWidth()
setProductDetailsImageWidth()
|
integer
|
productDetailsImageHeight
DB
|
read
write
|
{{
entity.productDetailsImageHeight
}}
|
getProductDetailsImageHeight()
setProductDetailsImageHeight()
|
integer
|
devMode
DB
|
read
write
|
{{
entity.devMode
}}
|
getDevMode()
setDevMode()
|
boolean
|
language
DB
|
read
write
|
{{
entity.language
}}
|
getLanguage()
setLanguage()
|
\Aggrosoft\WAWIBundle\Entity\Language
|
translatableLocale
Computed
|
write
|
|
setTranslatableLocale()
|
- |
disabledWidgets
DB
|
read
|
{{
entity.disabledWidgets
}}
|
getDisabledWidgets()
|
\Doctrine\Common\Collections\Collection
|
nonPublicContents
DB
|
read
|
{{
entity.nonPublicContents
}}
|
getNonPublicContents()
|
\Doctrine\Common\Collections\Collection
|
productionMode
DB
|
read
write
|
{{
entity.productionMode
}}
|
getProductionMode()
setProductionMode()
|
int
|
metakeywords
DB
|
read
write
|
{{
entity.metakeywords
}}
|
getMetakeywords()
setMetakeywords()
|
string
|
metadescription
DB
|
read
write
|
{{
entity.metadescription
}}
|
getMetadescription()
setMetadescription()
|
string
|
titlePrefix
DB
|
read
write
|
{{
entity.titlePrefix
}}
|
getTitlePrefix()
setTitlePrefix()
|
string
|
titleSuffix
DB
|
read
write
|
{{
entity.titleSuffix
}}
|
getTitleSuffix()
setTitleSuffix()
|
string
|
headerHtml
DB
|
read
write
|
{{
entity.headerHtml
}}
|
getHeaderHtml()
setHeaderHtml()
|
string
|
footerHtml
DB
|
read
write
|
{{
entity.footerHtml
}}
|
getFooterHtml()
setFooterHtml()
|
string
|
startPageTitle
DB
|
read
write
|
{{
entity.startPageTitle
}}
|
getStartPageTitle()
setStartPageTitle()
|
string
|
fullPageCachingContents
DB
|
read
|
{{
entity.fullPageCachingContents
}}
|
getFullPageCachingContents()
|
\Doctrine\Common\Collections\Collection
|
additionalSearchGrid
DB
|
read
write
|
{{
entity.additionalSearchGrid
}}
|
getAdditionalSearchGrid()
setAdditionalSearchGrid()
|
\Aggrosoft\WAWIBundle\Entity\CustomFormGrid
|
seoCachedContents
DB
|
read
|
{{
entity.seoCachedContents
}}
|
getSeoCachedContents()
|
\Doctrine\Common\Collections\Collection
|
productMetaTitle
DB
|
read
write
|
{{
entity.productMetaTitle
}}
|
getProductMetaTitle()
setProductMetaTitle()
|
string
|
productMetaKeywords
DB
|
read
write
|
{{
entity.productMetaKeywords
}}
|
getProductMetaKeywords()
setProductMetaKeywords()
|
string
|
templateVersion
DB
|
read
write
|
{{
entity.templateVersion
}}
|
getTemplateVersion()
setTemplateVersion()
|
integer
|
nettoMode
DB
|
read
write
|
{{
entity.nettoMode
}}
|
getNettoMode()
setNettoMode()
|
boolean
|
customLoginUrl
DB
|
read
write
|
{{
entity.customLoginUrl
}}
|
getCustomLoginUrl()
setCustomLoginUrl()
|
string
|
sitemapFileName
DB
|
read
write
|
{{
entity.sitemapFileName
}}
|
getSitemapFileName()
setSitemapFileName()
|
string
|
customBuyableCondition
DB
|
read
write
|
{{
entity.customBuyableCondition
}}
|
getCustomBuyableCondition()
setCustomBuyableCondition()
|
string
|
customerNumberMask
DB
|
read
write
|
{{
entity.customerNumberMask
}}
|
getCustomerNumberMask()
setCustomerNumberMask()
|
string
|
categoryMetaTitle
DB
|
read
write
|
{{
entity.categoryMetaTitle
}}
|
getCategoryMetaTitle()
setCategoryMetaTitle()
|
string
|
productSeoUrlFormula
DB
|
read
write
|
{{
entity.productSeoUrlFormula
}}
|
getProductSeoUrlFormula()
setProductSeoUrlFormula()
|
string
|
productSearchDqlExpression
DB
|
read
write
|
{{
entity.productSearchDqlExpression
}}
|
getProductSearchDqlExpression()
setProductSearchDqlExpression()
|
string
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
menus
|
OneToMany | StoreMenu |
store
|
- |
all
|
{{ entity.menus }} |
banners
|
OneToMany | StoreBanner |
store
|
- |
all
|
{{ entity.banners }} |
language
|
ManyToOne | Language | - | - | - | {{ entity.language }} |
client
|
ManyToOne | Client | - |
stores
|
persist
refresh
|
{{ entity.client }} |
disabledWidgets
|
ManyToMany | StoreWidget | - |
storedisabled
|
- | {{ entity.disabledWidgets }} |
additionalSearchGrid
|
ManyToOne | CustomFormGrid | - | - | - | {{ entity.additionalSearchGrid }} |
nonPublicContents
|
ManyToMany | Content | - |
storenonpubliccontent
|
- | {{ entity.nonPublicContents }} |
seoCachedContents
|
ManyToMany | Content | - |
storeseocachedcontent
|
- | {{ entity.seoCachedContents }} |
fullPageCachingContents
|
ManyToMany | Content | - |
storenonpubliccontent
|
- | {{ entity.fullPageCachingContents }} |
Keine Indexes definiert