ShippingPackage
Aggrosoft\WAWIBundle\Entity\ShippingPackage
6
Columns
5
Relations
12
Properties
Metadaten
Tabelle
shippingpackage
Bundle
WAWIBundle
Interfaces
IChildEntity
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
sort
|
sort
|
integer(11)
|
|
{{ entity.sort }} |
title
|
title
|
string(255)
|
|
{{ entity.title }} |
width
|
width
|
decimal
|
|
{{ entity.width }} |
height
|
height
|
decimal
|
|
{{ entity.height }} |
length
|
length
|
decimal
|
|
{{ entity.length }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
products
DB
|
read
write
|
{{
entity.products
}}
|
getProducts()
setProducts()
|
\Doctrine\Common\Collections\Collection
|
categories
DB
|
read
write
|
{{
entity.categories
}}
|
getCategories()
setCategories()
|
\Doctrine\Common\Collections\Collection
|
excludedProducts
DB
|
read
write
|
{{
entity.excludedProducts
}}
|
getExcludedProducts()
setExcludedProducts()
|
\Doctrine\Common\Collections\Collection
|
excludedCategories
DB
|
read
write
|
{{
entity.excludedCategories
}}
|
getExcludedCategories()
setExcludedCategories()
|
\Doctrine\Common\Collections\Collection
|
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
sort
DB
|
read
write
|
{{
entity.sort
}}
|
getSort()
setSort()
|
integer
|
width
DB
|
read
write
|
{{
entity.width
}}
|
getWidth()
setWidth()
|
string
|
height
DB
|
read
write
|
{{
entity.height
}}
|
getHeight()
setHeight()
|
string
|
length
DB
|
read
write
|
{{
entity.length
}}
|
getLength()
setLength()
|
string
|
shipping
DB
|
read
write
|
{{
entity.shipping
}}
|
getShipping()
setShipping()
|
\Aggrosoft\WAWIBundle\Entity\Shipping
|
title
DB
|
read
write
|
{{
entity.title
}}
|
getTitle()
setTitle()
|
string
|
parentEntityForForms
Computed
|
read
|
{{
entity.parentEntityForForms
}}
|
getParentEntityForForms()
|
- |
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
categories
|
ManyToMany | Category | - |
shippingpackages
|
- | {{ entity.categories }} |
products
|
ManyToMany | Product | - |
shippingpackages
|
- | {{ entity.products }} |
excludedCategories
|
ManyToMany | Category | - |
excludedshippingpackages
|
- | {{ entity.excludedCategories }} |
excludedProducts
|
ManyToMany | Product | - |
excludedshippingpackages
|
- | {{ entity.excludedProducts }} |
shipping
|
ManyToOne | Shipping | - | - | - | {{ entity.shipping }} |
Keine Indexes definiert