ShirtnetworkProductViewObjectText
Aggrosoft\ShirtnetworkBundle\Entity\ShirtnetworkProductViewObjectText
6
Columns
1
Relations
7
Properties
Metadaten
Tabelle
shirtnetworkproductviewobjecttext
Bundle
ShirtnetworkBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
text
|
text
|
text
|
|
{{ entity.text }} |
font
|
font
|
string(100)
|
|
{{ entity.font }} |
fontSize
|
fontSize
|
integer
|
|
{{ entity.fontSize }} |
bold
|
bold
|
boolean
|
|
{{ entity.bold }} |
italic
|
italic
|
boolean
|
|
{{ entity.italic }} |
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
|
text
DB
|
read
write
|
{{
entity.text
}}
|
getText()
setText()
|
string
|
font
DB
|
read
write
|
{{
entity.font
}}
|
getFont()
setFont()
|
string
|
fontSize
DB
|
read
write
|
{{
entity.fontSize
}}
|
getFontSize()
setFontSize()
|
integer
|
bold
DB
|
read
write
|
{{
entity.bold
}}
|
getBold()
setBold()
|
boolean
|
italic
DB
|
read
write
|
{{
entity.italic
}}
|
getItalic()
setItalic()
|
boolean
|
productViewObject
DB
|
read
write
|
{{
entity.productViewObject
}}
|
getProductViewObject()
setProductViewObject()
|
\Aggrosoft\ShirtnetworkBundle\Entity\ShirtnetworkProductViewObject
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
productViewObject
|
ManyToOne | ShirtnetworkProductViewObject | - |
productViewObjectTexts
|
- | {{ entity.productViewObject }} |
Keine Indexes definiert