StoreSession
Aggrosoft\ExtranetBundle\Entity\StoreSession
2
Columns
2
Relations
4
Properties
Metadaten
Tabelle
storesession
Bundle
ExtranetBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
content
|
content
|
text
|
|
{{ entity.content }} |
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
|
content
DB
|
read
write
|
{{
entity.content
}}
|
getContent()
setContent()
|
string
|
store
DB
|
read
write
|
{{
entity.store
}}
|
getStore()
setStore()
|
\Aggrosoft\ExtranetBundle\Entity\Store
|
customer
DB
|
read
write
|
{{
entity.customer
}}
|
getCustomer()
setCustomer()
|
\Aggrosoft\WAWIBundle\Entity\Customer
|
Keine Indexes definiert