ClientDocument
Aggrosoft\WAWIBundle\Entity\ClientDocument
9
Columns
3
Relations
18
Properties
Metadaten
Tabelle
clientdocument
Bundle
WAWIBundle
Interfaces
IUpload
IDocumentTemplateUpload
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
documentCondition
|
documentCondition
|
string(255)
|
|
{{ entity.documentCondition }} |
twigItemsForeach
|
twigItemsForeach
|
string(255)
|
|
{{ entity.twigItemsForeach }} |
fileName
|
file
|
string(255)
|
|
{{ entity.fileName }} |
senderEmail
|
senderEmail
|
string(255)
|
|
{{ entity.senderEmail }} |
senderName
|
senderName
|
string(255)
|
|
{{ entity.senderName }} |
emailFileName
|
emailFile
|
string(255)
|
|
{{ entity.emailFileName }} |
note
|
note
|
text
|
|
{{ entity.note }} |
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 |
|---|---|---|---|---|
file
Computed
|
read
write
|
{{
entity.file
}}
|
getFile()
setFile()
|
- |
emailFile
Computed
|
read
write
|
{{
entity.emailFile
}}
|
getEmailFile()
setEmailFile()
|
- |
uploadFields
Computed
|
read
|
{{
entity.uploadFields
}}
|
getUploadFields()
|
- |
subPath
Computed
|
read
|
{{
entity.subPath
}}
|
getSubPath()
|
- |
notInWebDir
Computed
|
read
|
{{
entity.notInWebDir
}}
|
getNotInWebDir()
|
- |
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
|
document
DB
|
read
write
|
{{
entity.document
}}
|
getDocument()
setDocument()
|
\Aggrosoft\WAWIBundle\Entity\Document
|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
language
DB
|
read
write
|
{{
entity.language
}}
|
getLanguage()
setLanguage()
|
\Aggrosoft\WAWIBundle\Entity\Language
|
documentCondition
DB
|
read
write
|
{{
entity.documentCondition
}}
|
getDocumentCondition()
setDocumentCondition()
|
string
|
removeRouter
Computed
|
read
|
{{
entity.removeRouter
}}
|
getRemoveRouter()
|
- |
emailFileName
DB
|
read
write
|
{{
entity.emailFileName
}}
|
getEmailFileName()
setEmailFileName()
|
string
|
senderEmail
DB
|
read
write
|
{{
entity.senderEmail
}}
|
getSenderEmail()
setSenderEmail()
|
string
|
senderName
DB
|
read
write
|
{{
entity.senderName
}}
|
getSenderName()
setSenderName()
|
string
|
twigItemsForeach
DB
|
read
write
|
{{
entity.twigItemsForeach
}}
|
getTwigItemsForeach()
setTwigItemsForeach()
|
string
|
note
DB
|
read
write
|
{{
entity.note
}}
|
getNote()
setNote()
|
string
|
Keine Indexes definiert