Document
Aggrosoft\WAWIBundle\Entity\Document
21
Columns
5
Relations
34
Properties
Relationships
Click entity to navigateMetadaten
Tabelle
document
Bundle
WAWIBundle
Interfaces
IUpload
IDocumentTemplateUpload
IMetaExtendable
IGroupable
IUpdateTimeTrackable
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
title
|
title
|
string(255)
|
|
{{ entity.title }} |
ident
|
ident
|
string(255)
|
|
{{ entity.ident }} |
documentType
|
documentType
|
string(255)
|
|
{{ entity.documentType }} |
logoPath
|
logoPath
|
text
|
|
{{ entity.logoPath }} |
barcodeSuffix
|
barcodeSuffix
|
string(2)
|
|
{{ entity.barcodeSuffix }} |
sort
|
sort
|
integer(11)
|
|
{{ entity.sort }} |
fileName
|
file
|
string(255)
|
|
{{ entity.fileName }} |
emailFileName
|
emailFile
|
string(255)
|
|
{{ entity.emailFileName }} |
senderEmail
|
senderEmail
|
string(255)
|
|
{{ entity.senderEmail }} |
senderName
|
senderName
|
string(255)
|
|
{{ entity.senderName }} |
displayCondition
|
displayCondition
|
string(255)
|
|
{{ entity.displayCondition }} |
shouldConfirmByCondition
|
shouldConfirmByCondition
|
string(255)
|
|
{{ entity.shouldConfirmByCondition }} |
documentService
|
documentService
|
string(255)
|
|
{{ entity.documentService }} |
documentPrintService
|
documentPrintService
|
string(255)
|
|
{{ entity.documentPrintService }} |
jobSuffix
|
jobSuffix
|
string(255)
|
|
{{ entity.jobSuffix }} |
filenameForPrinting
|
filenameForPrinting
|
string(255)
|
|
{{ entity.filenameForPrinting }} |
twigItemsForeach
|
twigItemsForeach
|
string(255)
|
|
{{ entity.twigItemsForeach }} |
confirmQuestion
|
confirmQuestion
|
text
|
|
{{ entity.confirmQuestion }} |
lastUpdated
|
lastupdated
|
integer(11)
|
|
{{ entity.lastUpdated }} |
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
write
|
{{
entity.id
}}
|
getId()
setId()
|
string
|
title
DB
|
read
write
|
{{
entity.title
}}
|
getTitle()
setTitle()
|
string
|
ident
DB
|
read
write
|
{{
entity.ident
}}
|
getIdent()
setIdent()
|
string
|
documentType
DB
|
read
write
|
{{
entity.documentType
}}
|
getDocumentType()
setDocumentType()
|
string
|
fileName
DB
|
read
write
|
{{
entity.fileName
}}
|
getFileName()
setFileName()
|
string
|
lastUpdated
DB
|
read
write
|
{{
entity.lastUpdated
}}
|
getLastUpdated()
setLastUpdated()
|
integer
|
file
Computed
|
read
write
|
{{
entity.file
}}
|
getFile()
setFile()
|
- |
emailFile
Computed
|
read
write
|
{{
entity.emailFile
}}
|
getEmailFile()
setEmailFile()
|
- |
uploadFields
Computed
|
read
|
{{
entity.uploadFields
}}
|
getUploadFields()
|
- |
notInWebDir
Computed
|
read
|
{{
entity.notInWebDir
}}
|
getNotInWebDir()
|
- |
subPath
Computed
|
read
|
{{
entity.subPath
}}
|
getSubPath()
|
- |
extension
Computed
|
read
|
{{
entity.extension
}}
|
getExtension()
|
- |
metafields
DB
|
read
|
{{
entity.metafields
}}
|
getMetafields()
|
\Doctrine\Common\Collections\Collection
|
orderclients
DB
|
read
|
{{
entity.orderclients
}}
|
getOrderclients()
|
\Doctrine\Common\Collections\Collection
|
clientDocuments
DB
|
read
|
{{
entity.clientDocuments
}}
|
getClientDocuments()
|
\Doctrine\Common\Collections\Collection
|
barcodeSuffix
DB
|
read
write
|
{{
entity.barcodeSuffix
}}
|
getBarcodeSuffix()
setBarcodeSuffix()
|
string
|
displayCondition
DB
|
read
write
|
{{
entity.displayCondition
}}
|
getDisplayCondition()
setDisplayCondition()
|
string
|
removeRouter
Computed
|
read
|
{{
entity.removeRouter
}}
|
getRemoveRouter()
|
- |
documentService
DB
|
read
write
|
{{
entity.documentService
}}
|
getDocumentService()
setDocumentService()
|
string
|
documentPrintService
DB
|
read
write
|
{{
entity.documentPrintService
}}
|
getDocumentPrintService()
setDocumentPrintService()
|
string
|
groups
DB
|
read
|
{{
entity.groups
}}
|
getGroups()
|
\Doctrine\Common\Collections\Collection
|
senderEmail
DB
|
read
write
|
{{
entity.senderEmail
}}
|
getSenderEmail()
setSenderEmail()
|
string
|
sort
DB
|
read
write
|
{{
entity.sort
}}
|
getSort()
setSort()
|
integer
|
senderName
DB
|
read
write
|
{{
entity.senderName
}}
|
getSenderName()
setSenderName()
|
string
|
emailContent
DB
|
read
write
|
{{
entity.emailContent
}}
|
getEmailContent()
setEmailContent()
|
\Aggrosoft\WAWIBundle\Entity\Content
|
jobSuffix
DB
|
read
write
|
{{
entity.jobSuffix
}}
|
getJobSuffix()
setJobSuffix()
|
string
|
filenameForPrinting
DB
|
read
write
|
{{
entity.filenameForPrinting
}}
|
getFilenameForPrinting()
setFilenameForPrinting()
|
string
|
twigItemsForeach
DB
|
read
write
|
{{
entity.twigItemsForeach
}}
|
getTwigItemsForeach()
setTwigItemsForeach()
|
string
|
shouldConfirmByCondition
DB
|
read
write
|
{{
entity.shouldConfirmByCondition
}}
|
getShouldConfirmByCondition()
setShouldConfirmByCondition()
|
string
|
additionalTemplateParameters
Computed
|
read
write
|
{{
entity.additionalTemplateParameters
}}
|
getAdditionalTemplateParameters()
setAdditionalTemplateParameters()
|
- |
emailFileName
DB
|
read
write
|
{{
entity.emailFileName
}}
|
getEmailFileName()
setEmailFileName()
|
string
|
logoPath
DB
|
read
write
|
{{
entity.logoPath
}}
|
getLogoPath()
setLogoPath()
|
string
|
updated
DB
|
read
write
|
{{
entity.updated
}}
|
getUpdated()
setUpdated()
|
\DateTime
|
confirmQuestion
DB
|
read
write
|
{{
entity.confirmQuestion
}}
|
getConfirmQuestion()
setConfirmQuestion()
|
string
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
emailContent
|
ManyToOne | Content | - | - | - | {{ entity.emailContent }} |
orderclients
|
ManyToMany | Client |
orderDocuments
|
- | - | {{ entity.orderclients }} |
metafields
|
OneToMany | DocumentMetaField |
document
|
- |
persist
remove
|
{{ entity.metafields }} |
clientDocuments
|
OneToMany | ClientDocument |
document
|
- |
persist
remove
|
{{ entity.clientDocuments }} |
groups
|
ManyToMany | ObjectGroup | - |
documents
|
- | {{ entity.groups }} |
Keine Indexes definiert