Manufacturer

Aggrosoft\WAWIBundle\Entity\Manufacturer
24
Columns
7
Relations
40
Properties

Relationships

Click entity to navigate
erDiagram
    Manufacturer {
                string id PK
                string foreignId
                string title
                string description
                string company
                string address
                        ___ ___more___
            }
                Manufacturer }o--|| Country : "country"
        Country {
        int id PK
    }
                Manufacturer ||--o{ Product : "products"
        Product {
        int id PK
    }
                Manufacturer }o--o{ Client : "clients"
        Client {
        int id PK
    }
                Manufacturer ||--o{ ManufacturerMetaField : "metafields"
        ManufacturerMetaField {
        int id PK
    }
                Manufacturer }o--|| Client : "mainClient"
        Client {
        int id PK
    }
                Manufacturer }o--o{ ObjectGroup : "groups"
        ObjectGroup {
        int id PK
    }
                Manufacturer ||--o{ ManufacturerUpload : "uploads"
        ManufacturerUpload {
        int id PK
    }
                    

Metadaten

Tabelle manufacturer
Bundle WAWIBundle
Repository Aggrosoft\WAWIBundle\Entity\Repository\ManufacturerRepository
Interfaces
IUpload IMultiClientable Translatable IMetaExtendable IPrototype IMainClientable IGroupable IUpdateTimeTrackable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
foreignId foreign_id string(36)
{{ entity.foreignId }}
title title string(255)
{{ entity.title }}
description description string(255)
{{ entity.description }}
company company string(255)
{{ entity.company }}
address address string(255)
{{ entity.address }}
city city string(64)
{{ entity.city }}
zip zip string(32)
{{ entity.zip }}
email email string(128)
{{ entity.email }}
url url string(128)
{{ entity.url }}
importerCompany importerCompany string(255)
{{ entity.importerCompany }}
importerAddress importerAddress string(255)
{{ entity.importerAddress }}
importerUrl importerUrl string(255)
{{ entity.importerUrl }}
importerEmail importerEmail string(128)
{{ entity.importerEmail }}
responsiblePerson responsiblePerson string(255)
{{ entity.responsiblePerson }}
responsiblePersonAddress responsiblePersonAddress string(255)
{{ entity.responsiblePersonAddress }}
responsiblePersonEmail responsiblePersonEmail string(127)
{{ entity.responsiblePersonEmail }}
responsiblePersonUrl responsiblePersonUrl string(127)
{{ entity.responsiblePersonUrl }}
notAddGPSRInfoToLongdescription notAddGPSRInfoToLongdescription boolean
{{ entity.notAddGPSRInfoToLongdescription }}
customGPSRTextForLongdescription customGPSRTextForLongdescription text
{{ entity.customGPSRTextForLongdescription }}
active active boolean
{{ entity.active }}
iconName icon string(255)
{{ entity.iconName }}
lastUpdated lastupdated integer(11)
{{ entity.lastUpdated }}
updated updated datetime
{{ entity.updated }}

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

Property Access Twig Usage Methods Return Type
uploadFields Computed
read
{{ entity.uploadFields }}
getUploadFields()
-
id DB
read write
{{ entity.id }}
getId()
setId()
string
foreignId DB
read write
{{ entity.foreignId }}
getForeignId()
setForeignId()
string
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
active DB
read write
{{ entity.active }}
getActive()
setActive()
boolean
iconName DB
read write
{{ entity.iconName }}
getIconName()
setIconName()
string
products DB
read
{{ entity.products }}
getProducts()
\Doctrine\Common\Collections\Collection
description DB
read write
{{ entity.description }}
getDescription()
setDescription()
string
icon Computed
read write
{{ entity.icon }}
getIcon()
setIcon()
-
lastUpdated DB
read write
{{ entity.lastUpdated }}
getLastUpdated()
setLastUpdated()
integer
subPath Computed
read
{{ entity.subPath }}
getSubPath()
-
clients DB
read
{{ entity.clients }}
getClients()
\Doctrine\Common\Collections\Collection
activeClient Computed
read
{{ entity.activeClient }}
getActiveClient()
-
translatableLocale Computed
write

setTranslatableLocale()
-
metafields DB
read
{{ entity.metafields }}
getMetafields()
\Doctrine\Common\Collections\Collection
mainClient DB
read write
{{ entity.mainClient }}
getMainClient()
setMainClient()
\Aggrosoft\WAWIBundle\Entity\Client
removeRouter Computed
read
{{ entity.removeRouter }}
getRemoveRouter()
-
groups DB
read
{{ entity.groups }}
getGroups()
\Doctrine\Common\Collections\Collection
entityLocale Computed
read
{{ entity.entityLocale }}
getEntityLocale()
-
uploads DB
read
{{ entity.uploads }}
getUploads()
\Doctrine\Common\Collections\Collection
fullTitleWithClient Computed
read
{{ entity.fullTitleWithClient }}
getFullTitleWithClient()
-
company DB
read write
{{ entity.company }}
getCompany()
setCompany()
string
address DB
read write
{{ entity.address }}
getAddress()
setAddress()
string
email DB
read write
{{ entity.email }}
getEmail()
setEmail()
string
customGPSRTextForLongdescription DB
read write
{{ entity.customGPSRTextForLongdescription }}
getCustomGPSRTextForLongdescription()
setCustomGPSRTextForLongdescription()
string
importerCompany DB
read write
{{ entity.importerCompany }}
getImporterCompany()
setImporterCompany()
string
importerAddress DB
read write
{{ entity.importerAddress }}
getImporterAddress()
setImporterAddress()
string
importerEmail DB
read write
{{ entity.importerEmail }}
getImporterEmail()
setImporterEmail()
string
responsiblePerson DB
read write
{{ entity.responsiblePerson }}
getResponsiblePerson()
setResponsiblePerson()
string
responsiblePersonAddress DB
read write
{{ entity.responsiblePersonAddress }}
getResponsiblePersonAddress()
setResponsiblePersonAddress()
string
responsiblePersonEmail DB
read write
{{ entity.responsiblePersonEmail }}
getResponsiblePersonEmail()
setResponsiblePersonEmail()
string
url DB
read write
{{ entity.url }}
getUrl()
setUrl()
string
importerUrl DB
read write
{{ entity.importerUrl }}
getImporterUrl()
setImporterUrl()
string
responsiblePersonUrl DB
read write
{{ entity.responsiblePersonUrl }}
getResponsiblePersonUrl()
setResponsiblePersonUrl()
string
notAddGPSRInfoToLongdescription DB
read write
{{ entity.notAddGPSRInfoToLongdescription }}
getNotAddGPSRInfoToLongdescription()
setNotAddGPSRInfoToLongdescription()
boolean
country DB
read write
{{ entity.country }}
getCountry()
setCountry()
\Aggrosoft\WAWIBundle\Entity\Country
city DB
read write
{{ entity.city }}
getCity()
setCity()
string
zip DB
read write
{{ entity.zip }}
getZip()
setZip()
string
fullAddress Computed
read
{{ entity.fullAddress }}
getFullAddress()
-
updated DB
read write
{{ entity.updated }}
getUpdated()
setUpdated()
\DateTime
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
country ManyToOne Country - - - {{ entity.country }}
products OneToMany Product manufacturer - - {{ entity.products }}
clients ManyToMany Client - manufacturers - {{ entity.clients }}
metafields OneToMany ManufacturerMetaField manufacturer -
persist remove
{{ entity.metafields }}
mainClient ManyToOne Client - - - {{ entity.mainClient }}
groups ManyToMany ObjectGroup - manufacturers - {{ entity.groups }}
uploads OneToMany ManufacturerUpload manufacturer -
all
{{ entity.uploads }}
Index Name Columns Type
search_idx
foreign_id
INDEX