OfferItemOptionField
Aggrosoft\WAWIBundle\Entity\OfferItemOptionField
2
Columns
2
Relations
4
Properties
Metadaten
Tabelle
offeritemoptionfield
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
sort
|
sort
|
integer(11)
|
|
{{ entity.sort }} |
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
|
offerItem
DB
|
read
write
|
{{
entity.offerItem
}}
|
getOfferItem()
setOfferItem()
|
\Aggrosoft\WAWIBundle\Entity\OfferItem
|
productOptionField
DB
|
read
write
|
{{
entity.productOptionField
}}
|
getProductOptionField()
setProductOptionField()
|
\Aggrosoft\WAWIBundle\Entity\ProductOptionField
|
sort
DB
|
read
write
|
{{
entity.sort
}}
|
getSort()
setSort()
|
integer
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
offerItem
|
ManyToOne | OfferItem | - | - | - | {{ entity.offerItem }} |
productOptionField
|
ManyToOne | ProductOptionField | - |
optionFields
|
- | {{ entity.productOptionField }} |
Keine Indexes definiert