ObjectGroup
Aggrosoft\WAWIBundle\Entity\ObjectGroup
10
Columns
0
Relations
10
Properties
Metadaten
Tabelle
objectgroup
Bundle
WAWIBundle
Interfaces
IPrototype
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
title
|
title
|
string(255)
|
|
{{ entity.title }} |
entity
|
entity
|
string(255)
|
|
{{ entity.entity }} |
dqlCondition
|
dqlCondition
|
text
|
|
{{ entity.dqlCondition }} |
excludeDqlCondition
|
excludeDqlCondition
|
text
|
|
{{ entity.excludeDqlCondition }} |
customfield1
|
customfield1
|
string(255)
|
|
{{ entity.customfield1 }} |
customfield2
|
customfield2
|
string(255)
|
|
{{ entity.customfield2 }} |
customfield3
|
customfield3
|
string(255)
|
|
{{ entity.customfield3 }} |
customfield4
|
customfield4
|
string(255)
|
|
{{ entity.customfield4 }} |
customfield5
|
customfield5
|
string(255)
|
|
{{ entity.customfield5 }} |
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
|
entity
DB
|
read
write
|
{{
entity.entity
}}
|
getEntity()
setEntity()
|
string
|
dqlCondition
DB
|
read
write
|
{{
entity.dqlCondition
}}
|
getDqlCondition()
setDqlCondition()
|
string
|
excludeDqlCondition
DB
|
read
write
|
{{
entity.excludeDqlCondition
}}
|
getExcludeDqlCondition()
setExcludeDqlCondition()
|
string
|
customfield1
DB
|
read
write
|
{{
entity.customfield1
}}
|
getCustomfield1()
setCustomfield1()
|
string
|
customfield2
DB
|
read
write
|
{{
entity.customfield2
}}
|
getCustomfield2()
setCustomfield2()
|
string
|
customfield3
DB
|
read
write
|
{{
entity.customfield3
}}
|
getCustomfield3()
setCustomfield3()
|
string
|
customfield4
DB
|
read
write
|
{{
entity.customfield4
}}
|
getCustomfield4()
setCustomfield4()
|
string
|
customfield5
DB
|
read
write
|
{{
entity.customfield5
}}
|
getCustomfield5()
setCustomfield5()
|
string
|
Keine Relations definiert
Keine Indexes definiert