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