CustomFormGridCondition

Aggrosoft\WAWIBundle\Entity\CustomFormGridCondition
7
Columns
1
Relations
9
Properties

Relationships

Click entity to navigate
erDiagram
    CustomFormGridCondition {
                string id PK
                integer sort
                string conjunction
                string field
                string operator
                string value
                        ___ ___more___
            }
                CustomFormGridCondition }o--|| CustomFormGrid : "customFormGrid"
        CustomFormGrid {
        int id PK
    }
                    

Metadaten

Tabelle customformgridcondition
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
sort sort integer(11)
{{ entity.sort }}
conjunction conjunction string(5)
{{ entity.conjunction }}
field field string(255)
{{ entity.field }}
operator operator string(20)
{{ entity.operator }}
value value string(255)
{{ entity.value }}
title title string(255)
{{ entity.title }}

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
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
conjunction DB
read write
{{ entity.conjunction }}
getConjunction()
setConjunction()
string
field DB
read write
{{ entity.field }}
getField()
setField()
string
operator DB
read write
{{ entity.operator }}
getOperator()
setOperator()
string
value DB
read write
{{ entity.value }}
getValue()
setValue()
string
customFormGrid DB
read write
{{ entity.customFormGrid }}
getCustomFormGrid()
setCustomFormGrid()
\Aggrosoft\WAWIBundle\Entity\CustomFormGrid
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
fieldOrDynamicField Computed
read
{{ entity.fieldOrDynamicField }}
getFieldOrDynamicField()
-
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
customFormGrid ManyToOne CustomFormGrid - conditions - {{ entity.customFormGrid }}
Keine Indexes definiert