PublicKey
Aggrosoft\WAWIBundle\Entity\PublicKey
5
Columns
0
Relations
5
Properties
Metadaten
Tabelle
publickey
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
created
|
created
|
datetime
|
|
{{ entity.created }} |
publicKey
|
publicKey
|
text
|
|
{{ entity.publicKey }} |
encryptedPublicKey
|
encryptedPublicKey
|
text
|
|
{{ entity.encryptedPublicKey }} |
indexHash
|
indexHash
|
string(255)
|
|
{{ entity.indexHash }} |
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
|
created
DB
|
read
write
|
{{
entity.created
}}
|
getCreated()
setCreated()
|
\DateTime
|
publicKey
DB
|
read
write
|
{{
entity.publicKey
}}
|
getPublicKey()
setPublicKey()
|
string
|
encryptedPublicKey
DB
|
read
write
|
{{
entity.encryptedPublicKey
}}
|
getEncryptedPublicKey()
setEncryptedPublicKey()
|
string
|
indexHash
DB
|
read
write
|
{{
entity.indexHash
}}
|
getIndexHash()
setIndexHash()
|
string
|
Keine Relations definiert
| Index Name | Columns | Type |
|---|---|---|
indexHash_idx
|
indexHash
|
INDEX |