Legend of the Green Dragon

Pollresults

Pollresults.

Tags
ORM\Table

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

ORM\Entity

Table of Contents

$account  : int
$choice  : int
$motditem  : int
$resultid  : int
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 $account = 0
Tags
ORM\Column

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

$choice

private int $choice = 0
Tags
ORM\Column

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

$motditem

private int $motditem = 0
Tags
ORM\Column

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

$resultid

private int $resultid
Tags
ORM\Column

(name="resultid", type="integer", nullable=false, 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