CSVImportField

Aggrosoft\WAWIBundle\Entity\CSVImportField
8
Columns
2
Relations
11
Properties

Relationships

Click entity to navigate
erDiagram
    CSVImportField {
                string id PK
                integer sort
                string csvName
                string wawiName
                string collectionKeyField
                text customValue
                        ___ ___more___
            }
                CSVImportField }o--|| Language : "language"
        Language {
        int id PK
    }
                CSVImportField }o--|| CSVImport : "csvimport"
        CSVImport {
        int id PK
    }
                    

Metadaten

Tabelle csvimportfield
Bundle WAWIBundle
Interfaces
IChildEntity
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
sort sort integer(11)
{{ entity.sort }}
csvName csvName string(255)
{{ entity.csvName }}
wawiName wawiName string(255)
{{ entity.wawiName }}
collectionKeyField collectionKeyField string(255)
{{ entity.collectionKeyField }}
customValue customValue text
{{ entity.customValue }}
customCondition customCondition string(255)
{{ entity.customCondition }}
importMode importMode integer
{{ entity.importMode }}

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
csvName DB
read write
{{ entity.csvName }}
getCsvName()
setCsvName()
string
wawiName DB
read write
{{ entity.wawiName }}
getWawiName()
setWawiName()
string
csvimport DB
read write
{{ entity.csvimport }}
getCsvimport()
setCsvimport()
\Aggrosoft\WAWIBundle\Entity\CSVImport
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
customValue DB
read write
{{ entity.customValue }}
getCustomValue()
setCustomValue()
string
customCondition DB
read write
{{ entity.customCondition }}
getCustomCondition()
setCustomCondition()
string
collectionKeyField DB
read write
{{ entity.collectionKeyField }}
getCollectionKeyField()
setCollectionKeyField()
string
language DB
read write
{{ entity.language }}
getLanguage()
setLanguage()
\Aggrosoft\WAWIBundle\Entity\Language
importMode DB
read write
{{ entity.importMode }}
getImportMode()
setImportMode()
integer
parentEntityForForms Computed
read
{{ entity.parentEntityForForms }}
getParentEntityForForms()
-
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
language ManyToOne Language - - - {{ entity.language }}
csvimport ManyToOne CSVImport - fields - {{ entity.csvimport }}
Keine Indexes definiert