CustomForm
Aggrosoft\WAWIBundle\Entity\CustomForm
45
Columns
11
Relations
63
Properties
Relationships
Click entity to navigate
←
CustomFormField
→
Client
↔
Client
←
CustomFormAction
↔
CustomFormGrid
→
CustomFormGrid
↔
ObjectGroup
↔
User
↔
UserGroup
↔
UserGroup
↔
CustomerGroup
Metadaten
Tabelle
customform
Bundle
WAWIBundle
Interfaces
IClientable
IClientClonable
IGroupable
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
active
|
active
|
boolean
|
|
{{ entity.active }} |
useApi
|
useApi
|
boolean
|
|
{{ entity.useApi }} |
readonly
|
readonly
|
boolean
|
|
{{ entity.readonly }} |
logAction
|
logAction
|
boolean
|
|
{{ entity.logAction }} |
displayInGrid
|
displayInGrid
|
boolean
|
|
{{ entity.displayInGrid }} |
displaySaveAndInherit
|
displaySaveAndInherit
|
boolean
|
|
{{ entity.displaySaveAndInherit }} |
downloadForm
|
downloadForm
|
boolean
|
|
{{ entity.downloadForm }} |
noAjaxForm
|
noAjaxForm
|
boolean
|
|
{{ entity.noAjaxForm }} |
fullWidth
|
fullWidth
|
boolean
|
|
{{ entity.fullWidth }} |
notRenderAfterUpdate
|
notRenderAfterUpdate
|
boolean
|
|
{{ entity.notRenderAfterUpdate }} |
renderOnlyFields
|
renderOnlyFields
|
boolean
|
|
{{ entity.renderOnlyFields }} |
updatePageAfterSubmit
|
updatePageAfterSubmit
|
boolean
|
|
{{ entity.updatePageAfterSubmit }} |
useImageCaptcha
|
useImageCaptcha
|
boolean
|
|
{{ entity.useImageCaptcha }} |
readonlyByCondition
|
readonlyByCondition
|
text
|
|
{{ entity.readonlyByCondition }} |
title
|
title
|
string(255)
|
|
{{ entity.title }} |
displayTitle
|
displayTitle
|
string(255)
|
|
{{ entity.displayTitle }} |
sort
|
sort
|
integer(11)
|
|
{{ entity.sort }} |
ident
|
ident
|
string(255)
|
|
{{ entity.ident }} |
handler
|
handler
|
string(255)
|
|
{{ entity.handler }} |
specialPosition
|
specialPosition
|
string(255)
|
|
{{ entity.specialPosition }} |
entity
|
entity
|
string(255)
|
|
{{ entity.entity }} |
submitButtonText
|
submitButtonText
|
string(255)
|
|
{{ entity.submitButtonText }} |
additionalRowClass
|
additionalRowClass
|
text
|
|
{{ entity.additionalRowClass }} |
rowInlineStyle
|
rowInlineStyle
|
text
|
|
{{ entity.rowInlineStyle }} |
additionalLabelClass
|
additionalLabelClass
|
string(255)
|
|
{{ entity.additionalLabelClass }} |
additionalInputFieldClass
|
additionalInputFieldClass
|
string(255)
|
|
{{ entity.additionalInputFieldClass }} |
overridenRowClass
|
overridenRowClass
|
string(255)
|
|
{{ entity.overridenRowClass }} |
overridenLabelClass
|
overridenLabelClass
|
string(255)
|
|
{{ entity.overridenLabelClass }} |
overridenInputFieldClass
|
overridenInputFieldClass
|
string(255)
|
|
{{ entity.overridenInputFieldClass }} |
formActionsClass
|
formActionsClass
|
string(255)
|
|
{{ entity.formActionsClass }} |
formGroup
|
formGroup
|
text
|
|
{{ entity.formGroup }} |
widgetCSSClass
|
widgetCSSClass
|
text
|
|
{{ entity.widgetCSSClass }} |
submitButtonHtmlAttributes
|
submitButtonHtmlAttributes
|
text
|
|
{{ entity.submitButtonHtmlAttributes }} |
htmlAttributes
|
htmlAttributes
|
text
|
|
{{ entity.htmlAttributes }} |
formActionsHtml
|
formActionsHtml
|
text
|
|
{{ entity.formActionsHtml }} |
note
|
note
|
text
|
|
{{ entity.note }} |
wawiBackend
|
wawiBackend
|
boolean
|
|
{{ entity.wawiBackend }} |
showInDashboard
|
showInDashboard
|
boolean
|
|
{{ entity.showInDashboard }} |
googleRecaptchaSitekey
|
googleRecaptchaSitekey
|
string(100)
|
|
{{ entity.googleRecaptchaSitekey }} |
googleRecaptchaSecret
|
googleRecaptchaSecret
|
string(100)
|
|
{{ entity.googleRecaptchaSecret }} |
visibleByCondition
|
visibleByCondition
|
text
|
|
{{ entity.visibleByCondition }} |
afterSubmitAction
|
afterSubmitAction
|
text
|
|
{{ entity.afterSubmitAction }} |
widgetHeaderHtml
|
widgetHeaderHtml
|
text
|
|
{{ entity.widgetHeaderHtml }} |
clickEditFieldRoute
|
clickEditFieldRoute
|
text
|
|
{{ entity.clickEditFieldRoute }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
groups
DB
|
read
|
{{
entity.groups
}}
|
getGroups()
|
\Doctrine\Common\Collections\Collection
|
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
active
DB
|
read
write
|
{{
entity.active
}}
|
getActive()
setActive()
|
boolean
|
title
DB
|
read
write
|
{{
entity.title
}}
|
getTitle()
setTitle()
|
string
|
entity
DB
|
read
write
|
{{
entity.entity
}}
|
getEntity()
setEntity()
|
string
|
note
DB
|
read
write
|
{{
entity.note
}}
|
getNote()
setNote()
|
string
|
fields
DB
|
read
|
{{
entity.fields
}}
|
getFields()
|
\Doctrine\Common\Collections\Collection
|
wawiBackend
DB
|
read
write
|
{{
entity.wawiBackend
}}
|
getWawiBackend()
setWawiBackend()
|
boolean
|
displayTitle
DB
|
read
write
|
{{
entity.displayTitle
}}
|
getDisplayTitle()
setDisplayTitle()
|
string
|
users
DB
|
read
|
{{
entity.users
}}
|
getUsers()
|
\Doctrine\Common\Collections\Collection
|
customerGroups
DB
|
read
|
{{
entity.customerGroups
}}
|
getCustomerGroups()
|
\Doctrine\Common\Collections\Collection
|
grids
DB
|
read
|
{{
entity.grids
}}
|
getGrids()
|
\Doctrine\Common\Collections\Collection
|
ident
DB
|
read
write
|
{{
entity.ident
}}
|
getIdent()
setIdent()
|
string
|
submitButtonText
DB
|
read
write
|
{{
entity.submitButtonText
}}
|
getSubmitButtonText()
setSubmitButtonText()
|
string
|
additionalRowClass
DB
|
read
write
|
{{
entity.additionalRowClass
}}
|
getAdditionalRowClass()
setAdditionalRowClass()
|
string
|
additionalLabelClass
DB
|
read
write
|
{{
entity.additionalLabelClass
}}
|
getAdditionalLabelClass()
setAdditionalLabelClass()
|
string
|
additionalInputFieldClass
DB
|
read
write
|
{{
entity.additionalInputFieldClass
}}
|
getAdditionalInputFieldClass()
setAdditionalInputFieldClass()
|
string
|
overridenRowClass
DB
|
read
write
|
{{
entity.overridenRowClass
}}
|
getOverridenRowClass()
setOverridenRowClass()
|
string
|
overridenLabelClass
DB
|
read
write
|
{{
entity.overridenLabelClass
}}
|
getOverridenLabelClass()
setOverridenLabelClass()
|
string
|
overridenInputFieldClass
DB
|
read
write
|
{{
entity.overridenInputFieldClass
}}
|
getOverridenInputFieldClass()
setOverridenInputFieldClass()
|
string
|
handler
DB
|
read
write
|
{{
entity.handler
}}
|
getHandler()
setHandler()
|
string
|
readonly
DB
|
read
write
|
{{
entity.readonly
}}
|
isReadonly()
setReadonly()
|
- |
visibleByCondition
DB
|
read
write
|
{{
entity.visibleByCondition
}}
|
getVisibleByCondition()
setVisibleByCondition()
|
string
|
sort
DB
|
read
write
|
{{
entity.sort
}}
|
getSort()
setSort()
|
integer
|
crossClients
DB
|
read
|
{{
entity.crossClients
}}
|
getCrossClients()
|
\Doctrine\Common\Collections\Collection
|
afterSubmitAction
DB
|
read
write
|
{{
entity.afterSubmitAction
}}
|
getAfterSubmitAction()
setAfterSubmitAction()
|
string
|
formActions
DB
|
read
|
{{
entity.formActions
}}
|
getFormActions()
|
\Doctrine\Common\Collections\Collection
|
userGroups
DB
|
read
|
{{
entity.userGroups
}}
|
getUserGroups()
|
\Doctrine\Common\Collections\Collection
|
readonlyByCondition
DB
|
read
write
|
{{
entity.readonlyByCondition
}}
|
getReadonlyByCondition()
setReadonlyByCondition()
|
string
|
dynamicReadonly
Computed
|
read
write
|
{{
entity.dynamicReadonly
}}
|
getDynamicReadonly()
setDynamicReadonly()
|
- |
dynamicOnlyFields
Computed
|
read
write
|
{{
entity.dynamicOnlyFields
}}
|
getDynamicOnlyFields()
setDynamicOnlyFields()
|
- |
userGroupsCanSave
DB
|
read
|
{{
entity.userGroupsCanSave
}}
|
getUserGroupsCanSave()
|
\Doctrine\Common\Collections\Collection
|
submitButtonHtmlAttributesArray
Computed
|
read
|
{{
entity.submitButtonHtmlAttributesArray
}}
|
getSubmitButtonHtmlAttributesArray()
|
- |
submitButtonHtmlAttributes
DB
|
read
write
|
{{
entity.submitButtonHtmlAttributes
}}
|
getSubmitButtonHtmlAttributes()
setSubmitButtonHtmlAttributes()
|
string
|
rowInlineStyle
DB
|
read
write
|
{{
entity.rowInlineStyle
}}
|
getRowInlineStyle()
setRowInlineStyle()
|
string
|
translatedSubmitButtonText
Computed
|
read
write
|
{{
entity.translatedSubmitButtonText
}}
|
getTranslatedSubmitButtonText()
setTranslatedSubmitButtonText()
|
- |
logAction
DB
|
read
write
|
{{
entity.logAction
}}
|
getLogAction()
setLogAction()
|
boolean
|
showInDashboard
DB
|
read
write
|
{{
entity.showInDashboard
}}
|
getShowInDashboard()
setShowInDashboard()
|
boolean
|
currentGrid
Computed
|
read
write
|
{{
entity.currentGrid
}}
|
getCurrentGrid()
setCurrentGrid()
|
- |
fullWidth
DB
|
read
write
|
{{
entity.fullWidth
}}
|
getFullWidth()
setFullWidth()
|
boolean
|
displayInGrid
DB
|
read
write
|
{{
entity.displayInGrid
}}
|
getDisplayInGrid()
setDisplayInGrid()
|
boolean
|
downloadForm
DB
|
read
write
|
{{
entity.downloadForm
}}
|
getDownloadForm()
setDownloadForm()
|
boolean
|
googleRecaptchaSitekey
DB
|
read
write
|
{{
entity.googleRecaptchaSitekey
}}
|
getGoogleRecaptchaSitekey()
setGoogleRecaptchaSitekey()
|
string
|
googleRecaptchaSecret
DB
|
read
write
|
{{
entity.googleRecaptchaSecret
}}
|
getGoogleRecaptchaSecret()
setGoogleRecaptchaSecret()
|
string
|
formActionsClass
DB
|
read
write
|
{{
entity.formActionsClass
}}
|
getFormActionsClass()
setFormActionsClass()
|
string
|
builtInGrid
DB
|
read
write
|
{{
entity.builtInGrid
}}
|
getBuiltInGrid()
setBuiltInGrid()
|
\Aggrosoft\WAWIBundle\Entity\CustomFormGrid
|
specialPosition
DB
|
read
write
|
{{
entity.specialPosition
}}
|
getSpecialPosition()
setSpecialPosition()
|
string
|
widgetHeaderHtml
DB
|
read
write
|
{{
entity.widgetHeaderHtml
}}
|
getWidgetHeaderHtml()
setWidgetHeaderHtml()
|
string
|
notRenderAfterUpdate
DB
|
read
write
|
{{
entity.notRenderAfterUpdate
}}
|
getNotRenderAfterUpdate()
setNotRenderAfterUpdate()
|
boolean
|
noAjaxForm
DB
|
read
write
|
{{
entity.noAjaxForm
}}
|
getNoAjaxForm()
setNoAjaxForm()
|
boolean
|
useImageCaptcha
DB
|
read
write
|
{{
entity.useImageCaptcha
}}
|
getUseImageCaptcha()
setUseImageCaptcha()
|
boolean
|
htmlAttributes
DB
|
read
write
|
{{
entity.htmlAttributes
}}
|
getHtmlAttributes()
setHtmlAttributes()
|
string
|
htmlAttributesArray
Computed
|
read
|
{{
entity.htmlAttributesArray
}}
|
getHtmlAttributesArray()
|
- |
updatePageAfterSubmit
DB
|
read
write
|
{{
entity.updatePageAfterSubmit
}}
|
getUpdatePageAfterSubmit()
setUpdatePageAfterSubmit()
|
boolean
|
widgetCSSClass
DB
|
read
write
|
{{
entity.widgetCSSClass
}}
|
getWidgetCSSClass()
setWidgetCSSClass()
|
string
|
displaySaveAndInherit
DB
|
read
write
|
{{
entity.displaySaveAndInherit
}}
|
getDisplaySaveAndInherit()
setDisplaySaveAndInherit()
|
boolean
|
formGroup
DB
|
read
write
|
{{
entity.formGroup
}}
|
getFormGroup()
setFormGroup()
|
string
|
renderOnlyFields
DB
|
read
write
|
{{
entity.renderOnlyFields
}}
|
getRenderOnlyFields()
setRenderOnlyFields()
|
boolean
|
nonInheritableFields
Computed
|
read
|
{{
entity.nonInheritableFields
}}
|
hasNonInheritableFields()
|
- |
clickEditFieldRoute
DB
|
read
write
|
{{
entity.clickEditFieldRoute
}}
|
getClickEditFieldRoute()
setClickEditFieldRoute()
|
string
|
formActionsHtml
DB
|
read
write
|
{{
entity.formActionsHtml
}}
|
getFormActionsHtml()
setFormActionsHtml()
|
string
|
useApi
DB
|
read
write
|
{{
entity.useApi
}}
|
getUseApi()
setUseApi()
|
boolean
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
fields
|
OneToMany | CustomFormField |
customform
|
- |
persist
remove
refresh
|
{{ entity.fields }} |
client
|
ManyToOne | Client | - |
customforms
|
- | {{ entity.client }} |
crossClients
|
ManyToMany | Client | - |
crossCustomForms
|
- | {{ entity.crossClients }} |
formActions
|
OneToMany | CustomFormAction |
customForm
|
- |
persist
remove
refresh
|
{{ entity.formActions }} |
grids
|
ManyToMany | CustomFormGrid | - |
customforms
|
- | {{ entity.grids }} |
builtInGrid
|
ManyToOne | CustomFormGrid | - | - | - | {{ entity.builtInGrid }} |
groups
|
ManyToMany | ObjectGroup | - |
customforms
|
- | {{ entity.groups }} |
users
|
ManyToMany | User | - |
customforms
|
- | {{ entity.users }} |
userGroups
|
ManyToMany | UserGroup | - |
customforms
|
- | {{ entity.userGroups }} |
userGroupsCanSave
|
ManyToMany | UserGroup | - |
customformscansave
|
- | {{ entity.userGroupsCanSave }} |
customerGroups
|
ManyToMany | CustomerGroup | - |
customforms
|
- | {{ entity.customerGroups }} |
| Index Name | Columns | Type |
|---|---|---|
ident_idx
|
ident
|
INDEX |