Legend of the Green Dragon

Pollresults
in package

Pollresults.

Tags
ORM\Table

(name="pollresults", uniqueConstraints={ @ORM\UniqueConstraint(name="vote", columns={"account", "motditem"}) } )

ORM\Entity

Table of Contents

$account  : int|null
$choice  : int|null
$motditem  : int|null
$resultid  : int|null
getAccount()  : int
Get the value of Account.
getChoice()  : int
Get the value of Choice.
getMotditem()  : int
Get the value of Motditem.
getResultid()  : int
Get the value of Resultid.
setAccount()  : self
Set the value of Account.
setChoice()  : self
Set the value of Choice.
setMotditem()  : self
Set the value of Motditem.
setResultid()  : self
Set the value of Resultid.

Properties

$account

private int|null $account = 0
Tags
ORM\Column

(name="account", type="integer", options={"unsigned"=true})

$choice

private int|null $choice = 0
Tags
ORM\Column

(name="choice", type="integer", options={"unsigned"=true})

$motditem

private int|null $motditem = 0
Tags
ORM\Column

(name="motditem", type="integer", options={"unsigned"=true})

$resultid

private int|null $resultid = null
Tags
ORM\Column

(name="resultid", type="integer", options={"unsigned"=true})

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

Methods

getAccount()

Get the value of Account.

public getAccount() : int
Return values
int

getChoice()

Get the value of Choice.

public getChoice() : int
Return values
int

getMotditem()

Get the value of Motditem.

public getMotditem() : int
Return values
int

getResultid()

Get the value of Resultid.

public getResultid() : int
Return values
int

setAccount()

Set the value of Account.

public setAccount(int $account) : self
Parameters
$account : int
Return values
self

setChoice()

Set the value of Choice.

public setChoice(int $choice) : self
Parameters
$choice : int
Return values
self

setMotditem()

Set the value of Motditem.

public setMotditem(int $motditem) : self
Parameters
$motditem : int
Return values
self

setResultid()

Set the value of Resultid.

public setResultid(int $resultid) : self
Parameters
$resultid : int
Return values
self

Search results