ClientSheme

Aggrosoft\WAWIBundle\Entity\ClientSheme
17
Columns
2
Relations
19
Properties

Relationships

Click entity to navigate
erDiagram
    ClientSheme {
                string id PK
                string field
                string displayName
                string fieldType
                string grouping
                string fieldset
                        ___ ___more___
            }
                ClientSheme }o--|| TableSheme : "table"
        TableSheme {
        int id PK
    }
                ClientSheme }o--|| Client : "client"
        Client {
        int id PK
    }
                    

Metadaten

Tabelle clientsheme
Bundle WAWIBundle
Interfaces
IClientable IClientClonable IUpdateTimeTrackable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
field field string(255)
{{ entity.field }}
displayName displayName string(255)
{{ entity.displayName }}
fieldType fieldType string(32)
{{ entity.fieldType }}
grouping grouping string(36)
{{ entity.grouping }}
fieldset fieldset string(36)
{{ entity.fieldset }}
sort sort integer
{{ entity.sort }}
selectboxValues selectboxValues text
{{ entity.selectboxValues }}
readOnly readOnly boolean
{{ entity.readOnly }}
inheritable inheritable boolean
{{ entity.inheritable }}
translatable translatable boolean
{{ entity.translatable }}
valueCrossClientable valueCrossClientable boolean
{{ entity.valueCrossClientable }}
valueCrossClientableOnlyForAssignedClients valueCrossClientableOnlyForAssignedClients boolean
{{ entity.valueCrossClientableOnlyForAssignedClients }}
numericField numericField boolean
{{ entity.numericField }}
gridCustomValue gridCustomValue string(255)
{{ entity.gridCustomValue }}
productIndexField productIndexField string(32)
{{ entity.productIndexField }}
updated updated datetime
{{ entity.updated }}

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 write
{{ entity.id }}
getId()
setId()
string
table DB
read write
{{ entity.table }}
getTable()
setTable()
string
field DB
read write
{{ entity.field }}
getField()
setField()
string
client DB
read write
{{ entity.client }}
getClient()
setClient()
\Aggrosoft\WAWIBundle\Entity\Client
displayName DB
read write
{{ entity.displayName }}
getDisplayName()
setDisplayName()
string
fieldType DB
read write
{{ entity.fieldType }}
getFieldType()
setFieldType()
string
translatable DB
read write
{{ entity.translatable }}
getTranslatable()
setTranslatable()
boolean
grouping DB
read write
{{ entity.grouping }}
getGrouping()
setGrouping()
string
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
readOnly DB
read write
{{ entity.readOnly }}
getReadOnly()
setReadOnly()
boolean
selectboxValues DB
read write
{{ entity.selectboxValues }}
getSelectboxValues()
setSelectboxValues()
string
fieldset DB
read write
{{ entity.fieldset }}
getFieldset()
setFieldset()
string
inheritable DB
read write
{{ entity.inheritable }}
getInheritable()
setInheritable()
boolean
gridCustomValue DB
read write
{{ entity.gridCustomValue }}
getGridCustomValue()
setGridCustomValue()
string
productIndexField DB
read write
{{ entity.productIndexField }}
getProductIndexField()
setProductIndexField()
string
updated DB
read write
{{ entity.updated }}
getUpdated()
setUpdated()
\DateTime
numericField DB
read write
{{ entity.numericField }}
getNumericField()
setNumericField()
boolean
valueCrossClientable DB
read write
{{ entity.valueCrossClientable }}
getValueCrossClientable()
setValueCrossClientable()
boolean
valueCrossClientableOnlyForAssignedClients DB
read write
{{ entity.valueCrossClientableOnlyForAssignedClients }}
getValueCrossClientableOnlyForAssignedClients()
setValueCrossClientableOnlyForAssignedClients()
boolean
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
table ManyToOne TableSheme - - - {{ entity.table }}
client ManyToOne Client - clientshemes
persist refresh
{{ entity.client }}
Index Name Columns Type
field_idx
field
INDEX