Banknote
Aggrosoft\WAWIBundle\Entity\Banknote
2
Columns
1
Relations
3
Properties
Metadaten
Tabelle
banknote
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
value
|
value
|
decimal
|
|
{{ 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
|
value
DB
|
read
write
|
{{
entity.value
}}
|
getValue()
setValue()
|
string
|
currency
DB
|
read
write
|
{{
entity.currency
}}
|
getCurrency()
setCurrency()
|
\Aggrosoft\WAWIBundle\Entity\Currency
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
currency
|
ManyToOne | Currency | - |
banknotes
|
- | {{ entity.currency }} |
Keine Indexes definiert