ContactMessageAttachment

Aggrosoft\WAWIBundle\Entity\ContactMessageAttachment
5
Columns
1
Relations
11
Properties

Relationships

Click entity to navigate
erDiagram
    ContactMessageAttachment {
                string id PK
                string title
                string fileName
                string fileType
                integer lastUpdated
                    }
                ContactMessageAttachment }o--|| ContactMessage : "message"
        ContactMessage {
        int id PK
    }
                    

Metadaten

Tabelle contactmessageattachment
Bundle WAWIBundle
Interfaces
IUpload IForeignClientable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
title title string(255)
{{ entity.title }}
fileName fileName string(255)
{{ entity.fileName }}
fileType fileType string(30)
{{ entity.fileType }}
lastUpdated lastupdated integer(11)
{{ entity.lastUpdated }}

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

Property Access Twig Usage Methods Return Type
uploadFields Computed
read
{{ entity.uploadFields }}
getUploadFields()
-
subPath Computed
read
{{ entity.subPath }}
getSubPath()
-
foreignClient Computed
read
{{ entity.foreignClient }}
getForeignClient()
-
id DB
read
{{ entity.id }}
getId()
string
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
file Computed
read write
{{ entity.file }}
getFile()
setFile()
File
fileType DB
read write
{{ entity.fileType }}
getFileType()
setFileType()
string
message DB
read write
{{ entity.message }}
getMessage()
setMessage()
\Aggrosoft\WAWIBundle\Entity\ContactMessage
removeRouter Computed
read
{{ entity.removeRouter }}
getRemoveRouter()
-
fileName DB
read write
{{ entity.fileName }}
getFileName()
setFileName()
string
lastUpdated DB
read write
{{ entity.lastUpdated }}
getLastUpdated()
setLastUpdated()
integer
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
message ManyToOne ContactMessage - attachments - {{ entity.message }}
Keine Indexes definiert