CSVRow
Aggrosoft\WAWIBundle\Entity\CSVRow
6
Columns
1
Relations
7
Properties
Metadaten
Tabelle
csvrow
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
rowId
|
rowId
|
string(255)
|
|
{{ entity.rowId }} |
value
|
value
|
text
|
|
{{ entity.value }} |
parentRow
|
parentRow
|
string(255)
|
|
{{ entity.parentRow }} |
status
|
status
|
integer
|
|
{{ entity.status }} |
lineNumber
|
lineNumber
|
integer
|
|
{{ entity.lineNumber }} |
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
|
value
DB
|
read
write
|
{{
entity.value
}}
|
getValue()
setValue()
|
string
|
status
DB
|
read
write
|
{{
entity.status
}}
|
getStatus()
setStatus()
|
integer
|
csvimport
DB
|
read
write
|
{{
entity.csvimport
}}
|
getCsvimport()
setCsvimport()
|
\Aggrosoft\WAWIBundle\Entity\CSVImport
|
rowId
DB
|
read
write
|
{{
entity.rowId
}}
|
getRowId()
setRowId()
|
string
|
parentRow
DB
|
read
write
|
{{
entity.parentRow
}}
|
getParentRow()
setParentRow()
|
string
|
lineNumber
DB
|
read
write
|
{{
entity.lineNumber
}}
|
getLineNumber()
setLineNumber()
|
integer
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
csvimport
|
ManyToOne | CSVImport | - |
rows
|
- | {{ entity.csvimport }} |
| Index Name | Columns | Type |
|---|---|---|
parent_idx
|
parentRow
|
INDEX |
lineNumber_idx
|
lineNumber
|
INDEX |
rowId_idx
|
rowId
|
INDEX |