OneClientValue

Aggrosoft\WAWIBundle\Entity\OneClientValue
4
Columns
1
Relations
6
Properties

Relationships

Click entity to navigate
erDiagram
    OneClientValue {
                string id PK
                string value
                string title
                string valuegroup
                    }
                OneClientValue }o--o{ ClientValue : "clientvalues"
        ClientValue {
        int id PK
    }
                    

Metadaten

Tabelle oneclientvalue
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
value value string(255)
{{ entity.value }}
title title string(255)
{{ entity.title }}
valuegroup valuegroup string(36)
{{ entity.valuegroup }}

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
clientvalue Computed
read write
{{ entity.clientvalue }}
getClientvalue()
setClientvalue()
\Aggrosoft\WAWIBundle\Entity\ClientValue
clientvalues DB
read
{{ entity.clientvalues }}
getClientvalues()
\Doctrine\Common\Collections\Collection
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
valuegroup DB
read write
{{ entity.valuegroup }}
getValuegroup()
setValuegroup()
string
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
clientvalues ManyToMany ClientValue values - - {{ entity.clientvalues }}
Keine Indexes definiert