CSVExportFilterRule

Aggrosoft\WAWIBundle\Entity\CSVExportFilterRule
4
Columns
1
Relations
5
Properties

Relationships

Click entity to navigate
erDiagram
    CSVExportFilterRule {
                string id PK
                string fieldName
                string operator
                string value
                    }
                CSVExportFilterRule }o--|| CSVExportFilter : "csvexportfilter"
        CSVExportFilter {
        int id PK
    }
                    

Metadaten

Tabelle csvexportfilterrule
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
fieldName fieldName string(255)
{{ entity.fieldName }}
operator operator string(255)
{{ entity.operator }}
value value string(255)
{{ 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
fieldName DB
read write
{{ entity.fieldName }}
getFieldName()
setFieldName()
string
operator DB
read write
{{ entity.operator }}
getOperator()
setOperator()
string
value DB
read write
{{ entity.value }}
getValue()
setValue()
string
csvexportfilter DB
read write
{{ entity.csvexportfilter }}
getCsvexportfilter()
setCsvexportfilter()
\Aggrosoft\WAWIBundle\Entity\CSVExportFilter
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
csvexportfilter ManyToOne CSVExportFilter - rules - {{ entity.csvexportfilter }}
Keine Indexes definiert