ContentEMailAttachment
Aggrosoft\WAWIBundle\Entity\ContentEMailAttachment
5
Columns
2
Relations
11
Properties
Metadaten
Tabelle
contentemailattachment
Bundle
WAWIBundle
Interfaces
IUpload
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
fileName
|
file
|
string(255)
|
|
{{ entity.fileName }} |
lastUpdated
|
lastupdated
|
integer(11)
|
|
{{ entity.lastUpdated }} |
customDocumentContent
|
customDocumentContent
|
text
|
|
{{ entity.customDocumentContent }} |
customCondition
|
customCondition
|
text
|
|
{{ entity.customCondition }} |
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()
|
- |
file
Computed
|
read
write
|
{{
entity.file
}}
|
getFile()
setFile()
|
- |
subPath
Computed
|
read
|
{{
entity.subPath
}}
|
getSubPath()
|
- |
removeRouter
Computed
|
read
|
{{
entity.removeRouter
}}
|
getRemoveRouter()
|
- |
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
fileName
DB
|
read
write
|
{{
entity.fileName
}}
|
getFileName()
setFileName()
|
string
|
lastUpdated
DB
|
read
write
|
{{
entity.lastUpdated
}}
|
getLastUpdated()
setLastUpdated()
|
integer
|
content
DB
|
read
write
|
{{
entity.content
}}
|
getContent()
setContent()
|
\Aggrosoft\WAWIBundle\Entity\Content
|
clients
DB
|
read
|
{{
entity.clients
}}
|
getClients()
|
\Doctrine\Common\Collections\Collection
|
customDocumentContent
DB
|
read
write
|
{{
entity.customDocumentContent
}}
|
getCustomDocumentContent()
setCustomDocumentContent()
|
string
|
customCondition
DB
|
read
write
|
{{
entity.customCondition
}}
|
getCustomCondition()
setCustomCondition()
|
string
|
Keine Indexes definiert