ShirtnetworkProductViewObject
Aggrosoft\ShirtnetworkBundle\Entity\ShirtnetworkProductViewObject
18
Columns
3
Relations
23
Properties
Relationships
Click entity to navigateMetadaten
Tabelle
shirtnetworkproductviewobject
Bundle
ShirtnetworkBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
printType
|
printType
|
string(255)
|
|
{{ entity.printType }} |
color
|
color
|
string(255)
|
|
{{ entity.color }} |
layer
|
layer
|
integer
|
|
{{ entity.layer }} |
ma
|
ma
|
float
|
|
{{ entity.ma }} |
mb
|
mb
|
float
|
|
{{ entity.mb }} |
mc
|
mc
|
float
|
|
{{ entity.mc }} |
md
|
md
|
float
|
|
{{ entity.md }} |
mtx
|
mtx
|
float
|
|
{{ entity.mtx }} |
mty
|
mty
|
float
|
|
{{ entity.mty }} |
realWidth
|
realWidth
|
float
|
|
{{ entity.realWidth }} |
realHeight
|
realHeight
|
float
|
|
{{ entity.realHeight }} |
userColor
|
userColor
|
string(255)
|
|
{{ entity.userColor }} |
colorInfo
|
colorInfo
|
string(255)
|
|
{{ entity.colorInfo }} |
printTypeName
|
printTypeName
|
string(255)
|
|
{{ entity.printTypeName }} |
type
|
type
|
string(5)
|
|
{{ entity.type }} |
price
|
price
|
float
|
|
{{ entity.price }} |
rotation
|
rotation
|
float
|
|
{{ entity.rotation }} |
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
|
{{
entity.id
}}
|
getId()
|
string
|
printType
DB
|
read
write
|
{{
entity.printType
}}
|
getPrintType()
setPrintType()
|
string
|
color
DB
|
read
write
|
{{
entity.color
}}
|
getColor()
setColor()
|
string
|
layer
DB
|
read
write
|
{{
entity.layer
}}
|
getLayer()
setLayer()
|
integer
|
realWidth
DB
|
read
write
|
{{
entity.realWidth
}}
|
getRealWidth()
setRealWidth()
|
float
|
realHeight
DB
|
read
write
|
{{
entity.realHeight
}}
|
getRealHeight()
setRealHeight()
|
float
|
userColor
DB
|
read
write
|
{{
entity.userColor
}}
|
getUserColor()
setUserColor()
|
string
|
colorInfo
DB
|
read
write
|
{{
entity.colorInfo
}}
|
getColorInfo()
setColorInfo()
|
string
|
printTypeName
DB
|
read
write
|
{{
entity.printTypeName
}}
|
getPrintTypeName()
setPrintTypeName()
|
string
|
type
DB
|
read
write
|
{{
entity.type
}}
|
getType()
setType()
|
string
|
price
DB
|
read
write
|
{{
entity.price
}}
|
getPrice()
setPrice()
|
float
|
rotation
DB
|
read
write
|
{{
entity.rotation
}}
|
getRotation()
setRotation()
|
float
|
productView
DB
|
read
write
|
{{
entity.productView
}}
|
getProductView()
setProductView()
|
\Aggrosoft\ShirtnetworkBundle\Entity\ShirtnetworkProductViews
|
productViewObjectLogos
DB
|
read
write
|
{{
entity.productViewObjectLogos
}}
|
getProductViewObjectLogos()
setProductViewObjectLogos()
|
\Doctrine\Common\Collections\Collection
|
productViewObjectTexts
DB
|
read
write
|
{{
entity.productViewObjectTexts
}}
|
getProductViewObjectTexts()
setProductViewObjectTexts()
|
\Doctrine\Common\Collections\Collection
|
ma
DB
|
read
write
|
{{
entity.ma
}}
|
getMa()
setMa()
|
float
|
mb
DB
|
read
write
|
{{
entity.mb
}}
|
getMb()
setMb()
|
float
|
mc
DB
|
read
write
|
{{
entity.mc
}}
|
getMc()
setMc()
|
float
|
md
DB
|
read
write
|
{{
entity.md
}}
|
getMd()
setMd()
|
float
|
mtx
DB
|
read
write
|
{{
entity.mtx
}}
|
getMtx()
setMtx()
|
float
|
mty
DB
|
read
write
|
{{
entity.mty
}}
|
getMty()
setMty()
|
float
|
logo
Computed
|
read
|
{{
entity.logo
}}
|
getLogo()
|
- |
text
Computed
|
read
|
{{
entity.text
}}
|
getText()
|
- |
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
productView
|
ManyToOne | ShirtnetworkProductView | - |
productViewObjects
|
- | {{ entity.productView }} |
productViewObjectLogos
|
OneToMany | ShirtnetworkProductViewObjectLogo |
productViewObject
|
- |
persist
remove
|
{{ entity.productViewObjectLogos }} |
productViewObjectTexts
|
OneToMany | ShirtnetworkProductViewObjectText |
productViewObject
|
- |
persist
remove
|
{{ entity.productViewObjectTexts }} |
Keine Indexes definiert