Pollresults
in package
Pollresults.
Tags
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
$choice
private
int|null
$choice
= 0
Tags
$motditem
private
int|null
$motditem
= 0
Tags
$resultid
private
int|null
$resultid
= null
Tags
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