GrantedPage
Aggrosoft\WAWIBundle\Entity\GrantedPage
3
Columns
0
Relations
5
Properties
Metadaten
Tabelle
grantedpage
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
title
|
title
|
string(255)
|
|
{{ entity.title }} |
displayTitle
|
displayTitle
|
string(255)
|
|
{{ entity.displayTitle }} |
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
|
foreignId
Computed
|
read
write
|
{{
entity.foreignId
}}
|
getForeignId()
setForeignId()
|
string
|
title
DB
|
read
write
|
{{
entity.title
}}
|
getTitle()
setTitle()
|
string
|
value
Computed
|
read
write
|
{{
entity.value
}}
|
getValue()
setValue()
|
float
|
displayTitle
DB
|
read
write
|
{{
entity.displayTitle
}}
|
getDisplayTitle()
setDisplayTitle()
|
string
|
Keine Relations definiert
Keine Indexes definiert