CategoryCountryTax
Aggrosoft\WAWIBundle\Entity\CategoryCountryTax
1
Columns
3
Relations
4
Properties
Metadaten
Tabelle
categorycountrytax
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
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
|
category
DB
|
read
write
|
{{
entity.category
}}
|
getCategory()
setCategory()
|
\Aggrosoft\WAWIBundle\Entity\Category
|
country
DB
|
read
write
|
{{
entity.country
}}
|
getCountry()
setCountry()
|
\Aggrosoft\WAWIBundle\Entity\Country
|
tax
DB
|
read
write
|
{{
entity.tax
}}
|
getTax()
setTax()
|
\Aggrosoft\WAWIBundle\Entity\Tax
|
Keine Indexes definiert