WorkflowActionParameterValue

Aggrosoft\WAWIBundle\Entity\WorkflowActionParameterValue
3
Columns
1
Relations
7
Properties

Relationships

Click entity to navigate
erDiagram
    WorkflowActionParameterValue {
                string id PK
                string parameter
                text value
                    }
                WorkflowActionParameterValue }o--|| WorkflowAction : "workflowAction"
        WorkflowAction {
        int id PK
    }
                    

Metadaten

Tabelle workflowactionparametervalue
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
parameter parameter string(255)
{{ entity.parameter }}
value value text
{{ entity.value }}

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
parameter DB
read write
{{ entity.parameter }}
getParameter()
setParameter()
string
value DB
read write
{{ entity.value }}
getValue()
setValue()
string
workflowAction DB
read write
{{ entity.workflowAction }}
getWorkflowAction()
setWorkflowAction()
\Aggrosoft\WAWIBundle\Entity\WorkflowAction
title Computed
read write
{{ entity.title }}
getTitle()
setTitle()
-
type Computed
read write
{{ entity.type }}
getType()
setType()
-
valueOptions Computed
read write
{{ entity.valueOptions }}
getValueOptions()
setValueOptions()
-
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
workflowAction ManyToOne WorkflowAction - parameters - {{ entity.workflowAction }}
Keine Indexes definiert