TableSheme
Aggrosoft\WAWIBundle\Entity\TableSheme
3
Columns
0
Relations
3
Properties
Metadaten
Tabelle
tablesheme
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
title
|
title
|
string(255)
|
|
{{ entity.title }} |
tableNamespace
|
tableNamespace
|
string(255)
|
|
{{ entity.tableNamespace }} |
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
|
tableNamespace
DB
|
read
write
|
{{
entity.tableNamespace
}}
|
getTableNamespace()
setTableNamespace()
|
string
|
Keine Relations definiert
Keine Indexes definiert