Language
Aggrosoft\WAWIBundle\Entity\Language
7
Columns
2
Relations
9
Properties
Metadaten
Tabelle
language
Bundle
WAWIBundle
Interfaces
IClientable
IMetaExtendable
IUpdateTimeTrackable
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
title
|
title
|
string(255)
|
|
{{ entity.title }} |
locale
|
locale
|
string(2)
|
|
{{ entity.locale }} |
fullLocale
|
fullLocale
|
string(5)
|
|
{{ entity.fullLocale }} |
isdefault
|
isdefault
|
boolean
|
|
{{ entity.isdefault }} |
active
|
active
|
boolean
|
|
{{ entity.active }} |
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 |
|---|---|---|---|---|
id
DB
|
read
write
|
{{
entity.id
}}
|
getId()
setId()
|
string
|
title
DB
|
read
write
|
{{
entity.title
}}
|
getTitle()
setTitle()
|
string
|
locale
DB
|
read
write
|
{{
entity.locale
}}
|
getLocale()
setLocale()
|
string
|
fullLocale
DB
|
read
write
|
{{
entity.fullLocale
}}
|
getFullLocale()
setFullLocale()
|
string
|
active
DB
|
read
write
|
{{
entity.active
}}
|
getActive()
setActive()
|
boolean
|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
isdefault
DB
|
read
write
|
{{
entity.isdefault
}}
|
getIsdefault()
setIsdefault()
|
boolean
|
metafields
DB
|
read
|
{{
entity.metafields
}}
|
getMetafields()
|
\Doctrine\Common\Collections\Collection
|
updated
DB
|
read
write
|
{{
entity.updated
}}
|
getUpdated()
setUpdated()
|
\DateTime
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
client
|
ManyToOne | Client | - |
languages
|
persist
refresh
|
{{ entity.client }} |
metafields
|
OneToMany | LanguageMetaField |
language
|
- |
persist
remove
|
{{ entity.metafields }} |
Keine Indexes definiert