CSVExportField
Aggrosoft\WAWIBundle\Entity\CSVExportField
4
Columns
1
Relations
5
Properties
Metadaten
Tabelle
csvexportfield
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
sort
|
sort
|
integer(11)
|
|
{{ entity.sort }} |
fieldName
|
fieldName
|
string(255)
|
|
{{ entity.fieldName }} |
parents
|
parents
|
simple_array
|
|
{{ entity.parents }} |
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
|
parents
DB
|
read
write
|
{{
entity.parents
}}
|
getParents()
setParents()
|
array
|
csvexport
DB
|
read
write
|
{{
entity.csvexport
}}
|
getCsvexport()
setCsvexport()
|
\Aggrosoft\WAWIBundle\Entity\CSVExport
|
sort
DB
|
read
write
|
{{
entity.sort
}}
|
getSort()
setSort()
|
integer
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
csvexport
|
ManyToOne | CSVExport | - |
fields
|
- | {{ entity.csvexport }} |
Keine Indexes definiert