ShirtnetworkProductViewObjectLogo
Aggrosoft\ShirtnetworkBundle\Entity\ShirtnetworkProductViewObjectLogo
7
Columns
1
Relations
8
Properties
Metadaten
Tabelle
shirtnetworkproductviewobjectlogo
Bundle
ShirtnetworkBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
logo
|
logo
|
integer
|
|
{{ entity.logo }} |
category
|
category
|
integer
|
|
{{ entity.category }} |
name
|
name
|
string(255)
|
|
{{ entity.name }} |
picture
|
picture
|
string(255)
|
|
{{ entity.picture }} |
original
|
original
|
string(255)
|
|
{{ entity.original }} |
removeWhite
|
removeWhite
|
boolean
|
|
{{ entity.removeWhite }} |
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
|
logo
DB
|
read
write
|
{{
entity.logo
}}
|
getLogo()
setLogo()
|
integer
|
category
DB
|
read
write
|
{{
entity.category
}}
|
getCategory()
setCategory()
|
integer
|
name
DB
|
read
write
|
{{
entity.name
}}
|
getName()
setName()
|
string
|
picture
DB
|
read
write
|
{{
entity.picture
}}
|
getPicture()
setPicture()
|
string
|
original
DB
|
read
write
|
{{
entity.original
}}
|
getOriginal()
setOriginal()
|
string
|
removeWhite
DB
|
read
write
|
{{
entity.removeWhite
}}
|
getRemoveWhite()
setRemoveWhite()
|
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 | - |
productViewObjectLogos
|
- | {{ entity.productViewObject }} |
Keine Indexes definiert