ObjectGroupItem
Aggrosoft\WAWIBundle\Entity\ObjectGroupItem
2
Columns
0
Relations
2
Properties
Metadaten
Tabelle
objectgroupitem
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
objectId
|
objectId
|
string(60)
|
|
{{ entity.objectId }} |
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
|
objectId
DB
|
read
write
|
{{
entity.objectId
}}
|
getObjectId()
setObjectId()
|
string
|
Keine Relations definiert
| Index Name | Columns | Type |
|---|---|---|
object_idx
|
objectId
|
INDEX |