StoreMenu

Aggrosoft\ExtranetBundle\Entity\StoreMenu
32
Columns
7
Relations
48
Properties

Relationships

Click entity to navigate
erDiagram
    StoreMenu {
                string id PK
                string title
                string titlelang1
                string ident
                string menuGroup
                string url
                        ___ ___more___
            }
                StoreMenu }o--|| Category : "category"
        Category {
        int id PK
    }
                StoreMenu }o--|| CustomForm : "customForm"
        CustomForm {
        int id PK
    }
                StoreMenu }o--|| CustomFormGrid : "customFormGrid"
        CustomFormGrid {
        int id PK
    }
                StoreMenu }o--|| CustomFormGrid : "filterGrid"
        CustomFormGrid {
        int id PK
    }
                StoreMenu }o--|| Content : "content"
        Content {
        int id PK
    }
                StoreMenu }o--|| Store : "store"
        Store {
        int id PK
    }
                StoreMenu }o--o{ CustomerGroup : "customerGroups"
        CustomerGroup {
        int id PK
    }
                    

Metadaten

Tabelle storemenu
Bundle ExtranetBundle
Interfaces
IUpload Translatable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
title title string(255)
{{ entity.title }}
titlelang1 titlelang1 string(255)
{{ entity.titlelang1 }}
ident ident string(255)
{{ entity.ident }}
menuGroup menuGroup string(255)
{{ entity.menuGroup }}
url url string(255)
{{ entity.url }}
filterOptions filterOptions text
{{ entity.filterOptions }}
html html text
{{ entity.html }}
htmllang1 htmllang1 text
{{ entity.htmllang1 }}
dql dql text
{{ entity.dql }}
hidden hidden boolean
{{ entity.hidden }}
htmlCaching htmlCaching boolean
{{ entity.htmlCaching }}
htmlCachingSuffix htmlCachingSuffix text
{{ entity.htmlCachingSuffix }}
lastInGroup lastInGroup boolean
{{ entity.lastInGroup }}
fixedSubmenu fixedSubmenu boolean
{{ entity.fixedSubmenu }}
sort sort integer(11)
{{ entity.sort }}
menuType menuType integer(11)
{{ entity.menuType }}
maxAmountOfCategoryMenuItems maxAmountOfCategoryMenuItems integer(11)
{{ entity.maxAmountOfCategoryMenuItems }}
position position integer(11)
{{ entity.position }}
blockBegin blockBegin boolean
{{ entity.blockBegin }}
blockEnd blockEnd boolean
{{ entity.blockEnd }}
customPosition customPosition string(255)
{{ entity.customPosition }}
parentMenu parentMenu string(255)
{{ entity.parentMenu }}
htmlCodeBefore htmlCodeBefore string(255)
{{ entity.htmlCodeBefore }}
htmlCodeAfter htmlCodeAfter string(255)
{{ entity.htmlCodeAfter }}
displayCondition displayCondition string(255)
{{ entity.displayCondition }}
cssRule cssRule string(255)
{{ entity.cssRule }}
jsonOptions jsonOptions text
{{ entity.jsonOptions }}
cssInlineStyle cssInlineStyle text
{{ entity.cssInlineStyle }}
blockCssRule blockCssRule string(255)
{{ entity.blockCssRule }}
widgetType widgetType string(255)
{{ entity.widgetType }}
imageName imageName string(255)
{{ entity.imageName }}

Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar. Verwende {{ entity.propertyName }} zum Lesen.

Property Access Twig Usage Methods Return Type
id DB
read
{{ entity.id }}
getId()
string
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
url DB
read write
{{ entity.url }}
getUrl()
setUrl()
string
hidden DB
read write
{{ entity.hidden }}
getHidden()
setHidden()
boolean
showSubcategories Computed
read write
{{ entity.showSubcategories }}
getShowSubcategories()
setShowSubcategories()
boolean
category DB
read write
{{ entity.category }}
getCategory()
setCategory()
\Aggrosoft\WAWIBundle\Entity\Category
store DB
read write
{{ entity.store }}
getStore()
setStore()
\Aggrosoft\ExtranetBundle\Entity\Store
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
menuType DB
read write
{{ entity.menuType }}
getMenuType()
setMenuType()
integer
maxAmountOfCategoryMenuItems DB
read write
{{ entity.maxAmountOfCategoryMenuItems }}
getMaxAmountOfCategoryMenuItems()
setMaxAmountOfCategoryMenuItems()
integer
ident DB
read write
{{ entity.ident }}
getIdent()
setIdent()
string
content DB
read write
{{ entity.content }}
getContent()
setContent()
\Aggrosoft\WAWIBundle\Entity\Content
position DB
read write
{{ entity.position }}
getPosition()
setPosition()
integer
parentMenu DB
read write
{{ entity.parentMenu }}
getParentMenu()
setParentMenu()
string
cssRule DB
read write
{{ entity.cssRule }}
getCssRule()
setCssRule()
string
cssInlineStyle DB
read write
{{ entity.cssInlineStyle }}
getCssInlineStyle()
setCssInlineStyle()
string
customPosition DB
read write
{{ entity.customPosition }}
getCustomPosition()
setCustomPosition()
string
html DB
read write
{{ entity.html }}
getHtml()
setHtml()
string
customForm DB
read write
{{ entity.customForm }}
getCustomForm()
setCustomForm()
\Aggrosoft\WAWIBundle\Entity\CustomForm
uploadFields Computed
read
{{ entity.uploadFields }}
getUploadFields()
-
removeRouter Computed
read
{{ entity.removeRouter }}
getRemoveRouter()
-
subPath Computed
read
{{ entity.subPath }}
getSubPath()
-
image Computed
read write
{{ entity.image }}
getImage()
setImage()
string
imageName DB
read write
{{ entity.imageName }}
getImageName()
setImageName()
string
blockBegin DB
read write
{{ entity.blockBegin }}
getBlockBegin()
setBlockBegin()
boolean
blockEnd DB
read write
{{ entity.blockEnd }}
getBlockEnd()
setBlockEnd()
boolean
blockCssRule DB
read write
{{ entity.blockCssRule }}
getBlockCssRule()
setBlockCssRule()
string
dql DB
read write
{{ entity.dql }}
getDql()
setDql()
string
htmlCodeBefore DB
read write
{{ entity.htmlCodeBefore }}
getHtmlCodeBefore()
setHtmlCodeBefore()
string
htmlCodeAfter DB
read write
{{ entity.htmlCodeAfter }}
getHtmlCodeAfter()
setHtmlCodeAfter()
string
translatableLocale Computed
write

setTranslatableLocale()
-
widgetType DB
read write
{{ entity.widgetType }}
getWidgetType()
setWidgetType()
string
displayCondition DB
read write
{{ entity.displayCondition }}
getDisplayCondition()
setDisplayCondition()
string
menuGroup DB
read write
{{ entity.menuGroup }}
getMenuGroup()
setMenuGroup()
string
filterGrid DB
read write
{{ entity.filterGrid }}
getFilterGrid()
setFilterGrid()
\Aggrosoft\WAWIBundle\Entity\CustomFormGrid
filterOptions DB
read write
{{ entity.filterOptions }}
getFilterOptions()
setFilterOptions()
string
customFormGrid DB
read write
{{ entity.customFormGrid }}
getCustomFormGrid()
setCustomFormGrid()
\Aggrosoft\WAWIBundle\Entity\CustomFormGrid
fixedSubmenu DB
read write
{{ entity.fixedSubmenu }}
getFixedSubmenu()
setFixedSubmenu()
boolean
lastInGroup DB
read write
{{ entity.lastInGroup }}
getLastInGroup()
setLastInGroup()
boolean
htmlCaching DB
read write
{{ entity.htmlCaching }}
getHtmlCaching()
setHtmlCaching()
boolean
titlelang1 DB
read write
{{ entity.titlelang1 }}
getTitlelang1()
setTitlelang1()
string
htmllang1 DB
read write
{{ entity.htmllang1 }}
getHtmllang1()
setHtmllang1()
string
currentLanguage Computed
read write
{{ entity.currentLanguage }}
getCurrentLanguage()
setCurrentLanguage()
-
titleInCurrentLanguage Computed
read write
{{ entity.titleInCurrentLanguage }}
getTitleInCurrentLanguage()
setTitleInCurrentLanguage()
-
htmlInCurrentLanguage Computed
read write
{{ entity.htmlInCurrentLanguage }}
getHtmlInCurrentLanguage()
setHtmlInCurrentLanguage()
-
customerGroups DB
read
{{ entity.customerGroups }}
getCustomerGroups()
\Doctrine\Common\Collections\Collection
jsonOptions DB
read write
{{ entity.jsonOptions }}
getJsonOptions()
setJsonOptions()
string
htmlCachingSuffix DB
read write
{{ entity.htmlCachingSuffix }}
getHtmlCachingSuffix()
setHtmlCachingSuffix()
string
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
category ManyToOne Category - - - {{ entity.category }}
customForm ManyToOne CustomForm - - - {{ entity.customForm }}
customFormGrid ManyToOne CustomFormGrid - - - {{ entity.customFormGrid }}
filterGrid ManyToOne CustomFormGrid - - - {{ entity.filterGrid }}
content ManyToOne Content - - - {{ entity.content }}
store ManyToOne Store - - - {{ entity.store }}
customerGroups ManyToMany CustomerGroup - storemenus - {{ entity.customerGroups }}
Index Name Columns Type
position_idx
position
INDEX
ident_idx
ident
INDEX
sort_idx
sort
INDEX
customPosition_idx
customPosition
INDEX