CustomFormAction

Aggrosoft\WAWIBundle\Entity\CustomFormAction
14
Columns
5
Relations
23
Properties

Relationships

Click entity to navigate
erDiagram
    CustomFormAction {
                string id PK
                integer sort
                string title
                string ident
                string customFieldForWorkflowAction
                text actionParameter
                        ___ ___more___
            }
                CustomFormAction }o--|| WorkflowEvent : "workflowAction"
        WorkflowEvent {
        int id PK
    }
                CustomFormAction }o--|| CustomForm : "customForm"
        CustomForm {
        int id PK
    }
                CustomFormAction }o--o{ User : "users"
        User {
        int id PK
    }
                CustomFormAction }o--o{ UserGroup : "userGroups"
        UserGroup {
        int id PK
    }
                CustomFormAction }o--o{ CustomerGroup : "customerGroups"
        CustomerGroup {
        int id PK
    }
                    

Metadaten

Tabelle customformaction
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
sort sort integer(11)
{{ entity.sort }}
title title string(255)
{{ entity.title }}
ident ident string(255)
{{ entity.ident }}
customFieldForWorkflowAction customFieldForWorkflowAction string(255)
{{ entity.customFieldForWorkflowAction }}
actionParameter actionParameter text
{{ entity.actionParameter }}
actionParameterHtml actionParameterHtml text
{{ entity.actionParameterHtml }}
logAction logAction boolean
{{ entity.logAction }}
twigAction twigAction text
{{ entity.twigAction }}
urlAction urlAction string(255)
{{ entity.urlAction }}
menuLinkCss menuLinkCss string(255)
{{ entity.menuLinkCss }}
htmlAttributes htmlAttributes string(255)
{{ entity.htmlAttributes }}
displayAsButton displayAsButton boolean
{{ entity.displayAsButton }}
displayCondition displayCondition text
{{ entity.displayCondition }}

Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar. Verwende {{ entity.propertyName }} zum Lesen.

Property Access Twig Usage Methods Return Type
actionParameterArray Computed
read
{{ entity.actionParameterArray }}
getActionParameterArray()
-
dynamicActionParameterHtml Computed
read write
{{ entity.dynamicActionParameterHtml }}
getDynamicActionParameterHtml()
setDynamicActionParameterHtml()
-
id DB
read
{{ entity.id }}
getId()
string
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
customFieldForWorkflowAction DB
read write
{{ entity.customFieldForWorkflowAction }}
getCustomFieldForWorkflowAction()
setCustomFieldForWorkflowAction()
string
actionParameter DB
read write
{{ entity.actionParameter }}
getActionParameter()
setActionParameter()
string
twigAction DB
read write
{{ entity.twigAction }}
getTwigAction()
setTwigAction()
string
workflowAction DB
read write
{{ entity.workflowAction }}
getWorkflowAction()
setWorkflowAction()
\Aggrosoft\WAWIBundle\Entity\WorkflowEvent
customForm DB
read write
{{ entity.customForm }}
getCustomForm()
setCustomForm()
\Aggrosoft\WAWIBundle\Entity\CustomForm
users DB
read
{{ entity.users }}
getUsers()
\Doctrine\Common\Collections\Collection
customerGroups DB
read
{{ entity.customerGroups }}
getCustomerGroups()
\Doctrine\Common\Collections\Collection
urlAction DB
read write
{{ entity.urlAction }}
getUrlAction()
setUrlAction()
string
menuLinkCss DB
read write
{{ entity.menuLinkCss }}
getMenuLinkCss()
setMenuLinkCss()
string
userGroups DB
read
{{ entity.userGroups }}
getUserGroups()
\Doctrine\Common\Collections\Collection
displayCondition DB
read write
{{ entity.displayCondition }}
getDisplayCondition()
setDisplayCondition()
string
ident DB
read write
{{ entity.ident }}
getIdent()
setIdent()
string
htmlAttributes DB
read write
{{ entity.htmlAttributes }}
getHtmlAttributes()
setHtmlAttributes()
string
htmlAttributesArray Computed
read
{{ entity.htmlAttributesArray }}
getHtmlAttributesArray()
-
displayAsButton DB
read write
{{ entity.displayAsButton }}
getDisplayAsButton()
setDisplayAsButton()
boolean
actionParameterHtml DB
read write
{{ entity.actionParameterHtml }}
getActionParameterHtml()
setActionParameterHtml()
string
logAction DB
read write
{{ entity.logAction }}
getLogAction()
setLogAction()
boolean
sortStep Computed
read
{{ entity.sortStep }}
getSortStep()
-
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
workflowAction ManyToOne WorkflowEvent - - - {{ entity.workflowAction }}
customForm ManyToOne CustomForm - gridActions - {{ entity.customForm }}
users ManyToMany User - customformactions - {{ entity.users }}
userGroups ManyToMany UserGroup - customformactions - {{ entity.userGroups }}
customerGroups ManyToMany CustomerGroup - customformactions - {{ entity.customerGroups }}
Keine Indexes definiert