SeoUrl

Aggrosoft\ExtranetBundle\Entity\SeoUrl
10
Columns
1
Relations
11
Properties

Relationships

Click entity to navigate
erDiagram
    SeoUrl {
                string id PK
                boolean original
                string route
                string seoUrl
                text longSeoUrl
                string entityType
                        ___ ___more___
            }
                SeoUrl }o--|| Store : "store"
        Store {
        int id PK
    }
                    

Metadaten

Tabelle storeseourl
Bundle ExtranetBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
original original boolean
{{ entity.original }}
route route string(255)
{{ entity.route }}
seoUrl seoUrl string(255)
{{ entity.seoUrl }}
longSeoUrl longSeoUrl text
{{ entity.longSeoUrl }}
entityType entityType string(255)
{{ entity.entityType }}
entityId entityId string(36)
{{ entity.entityId }}
additionalParameters additionalParameters string(255)
{{ entity.additionalParameters }}
locale locale string(36)
{{ entity.locale }}
waitForCaching waitForCaching boolean
{{ entity.waitForCaching }}

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
route DB
read write
{{ entity.route }}
getRoute()
setRoute()
string
seoUrl DB
read write
{{ entity.seoUrl }}
getSeoUrl()
setSeoUrl()
string
store DB
read write
{{ entity.store }}
getStore()
setStore()
\Aggrosoft\ExtranetBundle\Entity\Store
entityType DB
read write
{{ entity.entityType }}
getEntityType()
setEntityType()
string
entityId DB
read write
{{ entity.entityId }}
getEntityId()
setEntityId()
string
original DB
read write
{{ entity.original }}
getOriginal()
setOriginal()
boolean
locale DB
read write
{{ entity.locale }}
getLocale()
setLocale()
string
additionalParameters DB
read write
{{ entity.additionalParameters }}
getAdditionalParameters()
setAdditionalParameters()
string
waitForCaching DB
read write
{{ entity.waitForCaching }}
getWaitForCaching()
setWaitForCaching()
boolean
longSeoUrl DB
read write
{{ entity.longSeoUrl }}
getLongSeoUrl()
setLongSeoUrl()
string
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
store ManyToOne Store - - - {{ entity.store }}
Index Name Columns Type
seourl_idx
seoUrl
INDEX
entityType_idx
entityType
INDEX
route_idx
route
INDEX
entityId_idx
entityId
INDEX
locale_idx
locale
INDEX
additionalParameters_idx
additionalParameters
INDEX
original_idx
original
INDEX