DownloadJob

Aggrosoft\WAWIBundle\Entity\DownloadJob
4
Columns
0
Relations
4
Properties

Metadaten

Tabelle downloadjob
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
downloadLink downloadLink text
{{ entity.downloadLink }}
targetFile targetFile text
{{ entity.targetFile }}
numOfTries numOfTries integer(11)
{{ entity.numOfTries }}

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
downloadLink DB
read write
{{ entity.downloadLink }}
getDownloadLink()
setDownloadLink()
string
targetFile DB
read write
{{ entity.targetFile }}
getTargetFile()
setTargetFile()
string
numOfTries DB
read write
{{ entity.numOfTries }}
getNumOfTries()
setNumOfTries()
integer
Keine Relations definiert
Keine Indexes definiert