OttoCategory

Aggrosoft\WAWIBundle\Entity\OttoCategory
4
Columns
0
Relations
4
Properties

Metadaten

Tabelle ottocategory
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
ottoId ottoId string(64)
{{ entity.ottoId }}
title title string(255)
{{ entity.title }}
fulltitle fulltitle string(255)
{{ entity.fulltitle }}

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
ottoId DB
read write
{{ entity.ottoId }}
getOttoId()
setOttoId()
string
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
fulltitle DB
read write
{{ entity.fulltitle }}
getFulltitle()
setFulltitle()
string
Keine Relations definiert
Keine Indexes definiert