Script

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

Metadaten

Tabelle script
Bundle WAWIBundle
Interfaces
IUpdateTimeTrackable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
title title string(255)
{{ entity.title }}
content content text
{{ entity.content }}
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
{{ entity.id }}
getId()
string
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
content DB
read write
{{ entity.content }}
getContent()
setContent()
string
updated DB
read write
{{ entity.updated }}
getUpdated()
setUpdated()
\DateTime
Keine Relations definiert
Keine Indexes definiert