Plugin
Aggrosoft\WAWIBundle\Entity\Plugin
5
Columns
1
Relations
8
Properties
Metadaten
Tabelle
plugin
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
name
|
name
|
string(255)
|
|
{{ entity.name }} |
ident
|
ident
|
string(255)
|
|
{{ entity.ident }} |
revision
|
revision
|
integer
|
|
{{ entity.revision }} |
description
|
description
|
text
|
|
{{ entity.description }} |
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
|
{{
entity.id
}}
|
getId()
|
string
|
name
DB
|
read
write
|
{{
entity.name
}}
|
getName()
setName()
|
string
|
settings
DB
|
read
|
{{
entity.settings
}}
|
getSettings()
|
\Doctrine\Common\Collections\Collection
|
ident
DB
|
read
write
|
{{
entity.ident
}}
|
getIdent()
setIdent()
|
string
|
revision
DB
|
read
write
|
{{
entity.revision
}}
|
getRevision()
setRevision()
|
integer
|
description
DB
|
read
write
|
{{
entity.description
}}
|
getDescription()
setDescription()
|
string
|
curClientId
Computed
|
read
write
|
{{
entity.curClientId
}}
|
getCurClientId()
setCurClientId()
|
- |
clientValues
Computed
|
read
|
{{
entity.clientValues
}}
|
getClientValues()
|
- |
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
settings
|
OneToMany | PluginSettings |
plugin
|
- |
persist
refresh
remove
|
{{ entity.settings }} |
Keine Indexes definiert