WorkflowEvent
Aggrosoft\WAWIBundle\Entity\WorkflowEvent
13
Columns
0
Relations
13
Properties
Metadaten
Tabelle
workflowevent
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
active
|
active
|
boolean
|
|
{{ entity.active }} |
title
|
title
|
string(255)
|
|
{{ entity.title }} |
ident
|
ident
|
string(255)
|
|
{{ entity.ident }} |
controller
|
controller
|
string(255)
|
|
{{ entity.controller }} |
sort
|
sort
|
integer(11)
|
|
{{ entity.sort }} |
displayAsButton
|
displayAsButton
|
boolean
|
|
{{ entity.displayAsButton }} |
displayCondition
|
displayCondition
|
text
|
|
{{ entity.displayCondition }} |
entitiesSorting
|
entitiesSorting
|
string(255)
|
|
{{ entity.entitiesSorting }} |
htmlAttributes
|
htmlAttributes
|
text
|
|
{{ entity.htmlAttributes }} |
questionCondition
|
questionCondition
|
text
|
|
{{ entity.questionCondition }} |
questionText
|
questionText
|
text
|
|
{{ entity.questionText }} |
actionGroup
|
actionGroup
|
string(255)
|
|
{{ entity.actionGroup }} |
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
|
ident
DB
|
read
write
|
{{
entity.ident
}}
|
getIdent()
setIdent()
|
string
|
title
DB
|
read
write
|
{{
entity.title
}}
|
getTitle()
setTitle()
|
string
|
controller
DB
|
read
write
|
{{
entity.controller
}}
|
getController()
setController()
|
string
|
active
DB
|
read
write
|
{{
entity.active
}}
|
getActive()
setActive()
|
boolean
|
sort
DB
|
read
write
|
{{
entity.sort
}}
|
getSort()
setSort()
|
integer
|
displayAsButton
DB
|
read
write
|
{{
entity.displayAsButton
}}
|
getDisplayAsButton()
setDisplayAsButton()
|
boolean
|
entitiesSorting
DB
|
read
write
|
{{
entity.entitiesSorting
}}
|
getEntitiesSorting()
setEntitiesSorting()
|
string
|
displayCondition
DB
|
read
write
|
{{
entity.displayCondition
}}
|
getDisplayCondition()
setDisplayCondition()
|
string
|
htmlAttributes
DB
|
read
write
|
{{
entity.htmlAttributes
}}
|
getHtmlAttributes()
setHtmlAttributes()
|
string
|
questionCondition
DB
|
read
write
|
{{
entity.questionCondition
}}
|
getQuestionCondition()
setQuestionCondition()
|
string
|
questionText
DB
|
read
write
|
{{
entity.questionText
}}
|
getQuestionText()
setQuestionText()
|
string
|
actionGroup
DB
|
read
write
|
{{
entity.actionGroup
}}
|
getActionGroup()
setActionGroup()
|
string
|
Keine Relations definiert
Keine Indexes definiert