Counter
Aggrosoft\WAWIBundle\Entity\Counter
3
Columns
1
Relations
4
Properties
Metadaten
Tabelle
counter
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
counterType
|
counterType
|
string(255)
|
|
{{ entity.counterType }} |
number
|
number
|
bigint(11)
|
|
{{ entity.number }} |
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
|
counterType
DB
|
read
write
|
{{
entity.counterType
}}
|
getCounterType()
setCounterType()
|
string
|
number
DB
|
read
write
|
{{
entity.number
}}
|
getNumber()
setNumber()
|
integer
|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
client
|
ManyToOne | Client | - | - | - | {{ entity.client }} |
Keine Indexes definiert