Picture

Aggrosoft\WAWIBundle\Entity\Picture
3
Columns
0
Relations
5
Properties

Metadaten

Tabelle pictures
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
picture picture string(128)
{{ entity.picture }}
object object string(36)
{{ entity.object }}

Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar. Verwende {{ entity.propertyName }} zum Lesen.

Property Access Twig Usage Methods Return Type
absolutePath Computed
read
{{ entity.absolutePath }}
getAbsolutePath()
-
webPath Computed
read
{{ entity.webPath }}
getWebPath()
-
id DB
read
{{ entity.id }}
getId()
string
picture DB
read write
{{ entity.picture }}
getPicture()
setPicture()
string
object DB
read write
{{ entity.object }}
getObject()
setObject()
string
Keine Relations definiert
Keine Indexes definiert