OttoBrand

Aggrosoft\WAWIBundle\Entity\OttoBrand
3
Columns
0
Relations
3
Properties

Metadaten

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

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
brandId DB
read write
{{ entity.brandId }}
getBrandId()
setBrandId()
string
Keine Relations definiert
Keine Indexes definiert