ReportCondition

Aggrosoft\WAWIBundle\Entity\ReportCondition
7
Columns
1
Relations
10
Properties

Relationships

Click entity to navigate
erDiagram
    ReportCondition {
                string id PK
                integer sort
                string conjunction
                string field
                string operator
                text value
                        ___ ___more___
            }
                ReportCondition }o--|| Report : "report"
        Report {
        int id PK
    }
                    

Metadaten

Tabelle reportcondition
Bundle WAWIBundle
Interfaces
IChildEntity
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 text
{{ entity.value }}
conditionFor conditionFor string(20)
{{ entity.conditionFor }}

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
report DB
read write
{{ entity.report }}
getReport()
setReport()
\Aggrosoft\WAWIBundle\Entity\Report
applyTo Computed
read write
{{ entity.applyTo }}
getApplyTo()
setApplyTo()
string
conditionFor DB
read write
{{ entity.conditionFor }}
getConditionFor()
setConditionFor()
string
parentEntityForForms Computed
read
{{ entity.parentEntityForForms }}
getParentEntityForForms()
-
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
report ManyToOne Report - conditions - {{ entity.report }}
Keine Indexes definiert