ReportColumn

Aggrosoft\WAWIBundle\Entity\ReportColumn
13
Columns
2
Relations
16
Properties

Relationships

Click entity to navigate
erDiagram
    ReportColumn {
                string id PK
                integer sort
                string field
                string columnTitle
                text customValue
                string customCondition
                        ___ ___more___
            }
                ReportColumn }o--|| Language : "language"
        Language {
        int id PK
    }
                ReportColumn }o--|| Report : "report"
        Report {
        int id PK
    }
                    

Metadaten

Tabelle reportcolumn
Bundle WAWIBundle
Interfaces
IChildEntity
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
sort sort integer(11)
{{ entity.sort }}
field field string(255)
{{ entity.field }}
columnTitle columnTitle string(255)
{{ entity.columnTitle }}
customValue customValue text
{{ entity.customValue }}
customCondition customCondition string(255)
{{ entity.customCondition }}
groupingAction groupingAction string(255)
{{ entity.groupingAction }}
groupingParameter groupingParameter string(255)
{{ entity.groupingParameter }}
columnType columnType string(255)
{{ entity.columnType }}
columnFunction columnFunction string(255)
{{ entity.columnFunction }}
treeParentField treeParentField boolean
{{ entity.treeParentField }}
treeGroup treeGroup string(255)
{{ entity.treeGroup }}
displayByCondition displayByCondition text
{{ entity.displayByCondition }}

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
field DB
read write
{{ entity.field }}
getField()
setField()
string
report DB
read write
{{ entity.report }}
getReport()
setReport()
\Aggrosoft\WAWIBundle\Entity\Report
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
customValue DB
read write
{{ entity.customValue }}
getCustomValue()
setCustomValue()
string
columnTitle DB
read write
{{ entity.columnTitle }}
getColumnTitle()
setColumnTitle()
string
groupingAction DB
read write
{{ entity.groupingAction }}
getGroupingAction()
setGroupingAction()
string
columnType DB
read write
{{ entity.columnType }}
getColumnType()
setColumnType()
string
customCondition DB
read write
{{ entity.customCondition }}
getCustomCondition()
setCustomCondition()
string
columnFunction DB
read write
{{ entity.columnFunction }}
getColumnFunction()
setColumnFunction()
string
language DB
read write
{{ entity.language }}
getLanguage()
setLanguage()
\Aggrosoft\WAWIBundle\Entity\Language
groupingParameter DB
read write
{{ entity.groupingParameter }}
getGroupingParameter()
setGroupingParameter()
string
treeParentField DB
read write
{{ entity.treeParentField }}
getTreeParentField()
setTreeParentField()
boolean
treeGroup DB
read write
{{ entity.treeGroup }}
getTreeGroup()
setTreeGroup()
string
parentEntityForForms Computed
read
{{ entity.parentEntityForForms }}
getParentEntityForForms()
-
displayByCondition DB
read write
{{ entity.displayByCondition }}
getDisplayByCondition()
setDisplayByCondition()
string
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
language ManyToOne Language - - - {{ entity.language }}
report ManyToOne Report - columns - {{ entity.report }}
Keine Indexes definiert