EbayCategory

Aggrosoft\WAWIBundle\Entity\EbayCategory
5
Columns
0
Relations
5
Properties

Metadaten

Tabelle ebaycategory
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
ebayId ebayId string(64)
{{ entity.ebayId }}
title title string(255)
{{ entity.title }}
parent parent boolean
{{ entity.parent }}
timestamp timestamp datetime
{{ entity.timestamp }}

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
ebayId DB
read write
{{ entity.ebayId }}
getEbayId()
setEbayId()
string
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
parent DB
read write
{{ entity.parent }}
getParent()
setParent()
boolean
timestamp DB
read write
{{ entity.timestamp }}
getTimestamp()
setTimestamp()
\DateTime
Keine Relations definiert
Index Name Columns Type
title_idx
title
INDEX
ebayId_idx
ebayId
INDEX