EntityLog
Aggrosoft\WAWIBundle\Entity\EntityLog
7
Columns
1
Relations
8
Properties
Metadaten
Tabelle
entitylog
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
timestamp
|
timestamp
|
datetime
|
|
{{ entity.timestamp }} |
log
|
log
|
text
|
|
{{ entity.log }} |
entityDesc
|
entityDesc
|
string(255)
|
|
{{ entity.entityDesc }} |
entityId
|
entityId
|
string(36)
|
|
{{ entity.entityId }} |
entityType
|
entityType
|
string(128)
|
|
{{ entity.entityType }} |
exactTime
|
exactTime
|
float
|
|
{{ entity.exactTime }} |
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
|
timestamp
DB
|
read
write
|
{{
entity.timestamp
}}
|
getTimestamp()
setTimestamp()
|
\DateTime
|
log
DB
|
read
write
|
{{
entity.log
}}
|
getLog()
setLog()
|
string
|
entityId
DB
|
read
write
|
{{
entity.entityId
}}
|
getEntityId()
setEntityId()
|
string
|
entityType
DB
|
read
write
|
{{
entity.entityType
}}
|
getEntityType()
setEntityType()
|
string
|
user
DB
|
read
write
|
{{
entity.user
}}
|
getUser()
setUser()
|
\Aggrosoft\WAWIBundle\Entity\User
|
entityDesc
DB
|
read
write
|
{{
entity.entityDesc
}}
|
getEntityDesc()
setEntityDesc()
|
string
|
exactTime
DB
|
read
write
|
{{
entity.exactTime
}}
|
getExactTime()
setExactTime()
|
float
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
user
|
ManyToOne | User | - | - | - | {{ entity.user }} |
| Index Name | Columns | Type |
|---|---|---|
entityid_idx
|
entityId
|
INDEX |