VirtualEntity
Aggrosoft\WAWIBundle\Entity\VirtualEntity
2
Columns
0
Relations
3
Properties
Metadaten
Tabelle
virtualentity
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
title
|
title
|
string(255)
|
|
{{ entity.title }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
virtualData
Computed
|
read
write
|
{{
entity.virtualData
}}
|
getVirtualData()
setVirtualData()
|
- |
id
DB
|
read
write
|
{{
entity.id
}}
|
getId()
setId()
|
- |
title
DB
|
read
|
{{
entity.title
}}
|
getTitle()
|
- |
Keine Relations definiert
Keine Indexes definiert