ProductPicture

Aggrosoft\WAWIBundle\Entity\ProductPicture
11
Columns
2
Relations
20
Properties

Relationships

Click entity to navigate
erDiagram
    ProductPicture {
                string id PK
                string pictureName
                string customPictureUrl
                string customPictureUrl2
                string customThumbnailUrl
                string customThumbnailUrl2
                        ___ ___more___
            }
                ProductPicture }o--|| Product : "product"
        Product {
        int id PK
    }
                ProductPicture ||--o{ ProductPictureMetaField : "metafields"
        ProductPictureMetaField {
        int id PK
    }
                    

Metadaten

Tabelle productpicture
Bundle WAWIBundle
Interfaces
IUpload IForeignClientable IPrototype IMetaExtendable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
pictureName picture string(255)
{{ entity.pictureName }}
customPictureUrl customPictureUrl string(255)
{{ entity.customPictureUrl }}
customPictureUrl2 customPictureUrl2 string(255)
{{ entity.customPictureUrl2 }}
customThumbnailUrl customThumbnailUrl string(255)
{{ entity.customThumbnailUrl }}
customThumbnailUrl2 customThumbnailUrl2 string(255)
{{ entity.customThumbnailUrl2 }}
altTag altTag string(255)
{{ entity.altTag }}
sort sort integer(11)
{{ entity.sort }}
foreignId foreign_id string(36)
{{ entity.foreignId }}
ident ident string(255)
{{ entity.ident }}
lastUpdated lastupdated integer(11)
{{ entity.lastUpdated }}

Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar. Verwende {{ entity.propertyName }} zum Lesen.

Property Access Twig Usage Methods Return Type
foreignClient Computed
read
{{ entity.foreignClient }}
getForeignClient()
-
sharedUploadPath Computed
read
{{ entity.sharedUploadPath }}
hasSharedUploadPath()
-
ownerEntity Computed
read
{{ entity.ownerEntity }}
getOwnerEntity()
-
id DB
read write
{{ entity.id }}
getId()
setId()
string
uploadFields Computed
read
{{ entity.uploadFields }}
getUploadFields()
-
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
pictureName DB
read write
{{ entity.pictureName }}
getPictureName()
setPictureName()
string
picture Computed
read write
{{ entity.picture }}
getPicture()
setPicture()
-
product DB
read write
{{ entity.product }}
getProduct()
setProduct()
Aggrosoft\WAWIBundle\Entity\Product
lastUpdated DB
read write
{{ entity.lastUpdated }}
getLastUpdated()
setLastUpdated()
integer
subPath Computed
read
{{ entity.subPath }}
getSubPath()
-
removeRouter Computed
read
{{ entity.removeRouter }}
getRemoveRouter()
-
foreignId DB
read write
{{ entity.foreignId }}
getForeignId()
setForeignId()
string
customPictureUrl DB
read write
{{ entity.customPictureUrl }}
getCustomPictureUrl()
setCustomPictureUrl()
string
metafields DB
read
{{ entity.metafields }}
getMetafields()
\Doctrine\Common\Collections\Collection
altTag DB
read write
{{ entity.altTag }}
getAltTag()
setAltTag()
string
customThumbnailUrl DB
read write
{{ entity.customThumbnailUrl }}
getCustomThumbnailUrl()
setCustomThumbnailUrl()
string
customThumbnailUrl2 DB
read write
{{ entity.customThumbnailUrl2 }}
getCustomThumbnailUrl2()
setCustomThumbnailUrl2()
string
customPictureUrl2 DB
read write
{{ entity.customPictureUrl2 }}
getCustomPictureUrl2()
setCustomPictureUrl2()
string
ident DB
read write
{{ entity.ident }}
getIdent()
setIdent()
string
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
product ManyToOne Product - pictures - {{ entity.product }}
metafields OneToMany ProductPictureMetaField productpicture -
persist remove
{{ entity.metafields }}
Keine Indexes definiert