EntityStatus

Aggrosoft\WAWIBundle\Entity\EntityStatus
5
Columns
0
Relations
5
Properties

Metadaten

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

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
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
value DB
read write
{{ entity.value }}
getValue()
setValue()
string
color DB
read write
{{ entity.color }}
getColor()
setColor()
string
entity DB
read write
{{ entity.entity }}
getEntity()
setEntity()
string
Keine Relations definiert
Keine Indexes definiert