ProductOptionMetaField

Aggrosoft\WAWIBundle\Entity\ProductOptionMetaField
3
Columns
3
Relations
7
Properties

Relationships

Click entity to navigate
erDiagram
    ProductOptionMetaField {
                string id PK
                text value
                integer sort
                    }
                ProductOptionMetaField }o--|| ClientSheme : "field"
        ClientSheme {
        int id PK
    }
                ProductOptionMetaField }o--|| Client : "client"
        Client {
        int id PK
    }
                ProductOptionMetaField }o--|| ProductOption : "productoption"
        ProductOption {
        int id PK
    }
                    

Metadaten

Tabelle productoptionmetafield
Bundle WAWIBundle
Interfaces
IClientable Translatable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
value value text
{{ entity.value }}
sort sort integer
{{ 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
client DB
read write
{{ entity.client }}
getClient()
setClient()
\Aggrosoft\WAWIBundle\Entity\Client
id DB
read write
{{ entity.id }}
getId()
setId()
string
value DB
read write
{{ entity.value }}
getValue()
setValue()
string
field DB
read write
{{ entity.field }}
getField()
setField()
\Aggrosoft\WAWIBundle\Entity\ClientSheme
productoption DB
read write
{{ entity.productoption }}
getProductoption()
setProductoption()
\Aggrosoft\WAWIBundle\Entity\ProductOption
translatableLocale Computed
write

setTranslatableLocale()
-
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
field ManyToOne ClientSheme - - - {{ entity.field }}
client ManyToOne Client - -
persist refresh
{{ entity.client }}
productoption ManyToOne ProductOption - metafields - {{ entity.productoption }}
Keine Indexes definiert