ClientContent
Aggrosoft\WAWIBundle\Entity\ClientContent
2
Columns
2
Relations
5
Properties
Metadaten
Tabelle
clientcontent
Bundle
WAWIBundle
Interfaces
Translatable
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
text
|
text
|
text
|
|
{{ entity.text }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
translatableLocale
Computed
|
write
|
|
setTranslatableLocale()
|
- |
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
text
DB
|
read
write
|
{{
entity.text
}}
|
getText()
setText()
|
string
|
content
DB
|
read
write
|
{{
entity.content
}}
|
getContent()
setContent()
|
\Aggrosoft\WAWIBundle\Entity\Content
|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
Keine Indexes definiert