VendorMetaField
Aggrosoft\WAWIBundle\Entity\VendorMetaField
3
Columns
3
Relations
6
Properties
Metadaten
Tabelle
vendormetafield
Bundle
WAWIBundle
Interfaces
IClientable
Translatable
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
value
|
value
|
text
|
|
{{ entity.value }} |
sort
|
sort
|
integer
|
|
{{ entity.sort }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
value
DB
|
read
write
|
{{
entity.value
}}
|
getValue()
setValue()
|
string
|
sort
DB
|
read
write
|
{{
entity.sort
}}
|
getSort()
setSort()
|
integer
|
field
DB
|
read
write
|
{{
entity.field
}}
|
getField()
setField()
|
\Aggrosoft\WAWIBundle\Entity\ClientSheme
|
vendor
DB
|
read
write
|
{{
entity.vendor
}}
|
getVendor()
setVendor()
|
\Aggrosoft\WAWIBundle\Entity\Vendor
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
field
|
ManyToOne | ClientSheme | - | - | - | {{ entity.field }} |
client
|
ManyToOne | Client | - | - |
persist
refresh
|
{{ entity.client }} |
vendor
|
ManyToOne | Vendor | - |
metafields
|
- | {{ entity.vendor }} |
Keine Indexes definiert