AccountsEverypage
in package
Structure of table "accounts_everypage" in data base.
Tags
Table of Contents
- $acctid : int|null
- $gensize : int|null
- $gentime : float|null
- $gentimecount : int|null
- getAcctid() : int
- Get the value of Acctid.
- getGensize() : int
- Get the value of Gensize.
- getGentime() : float
- Get the value of Gentime.
- getGentimecount() : int
- Get the value of Gentimecount.
- setAcctid() : self
- Set the value of Acctid.
- setGensize() : self
- Set the value of Gensize.
- setGentime() : self
- Set the value of Gentime.
- setGentimecount() : self
- Set the value of Gentimecount.
Properties
$acctid
private
int|null
$acctid
= null
Tags
$gensize
private
int|null
$gensize
= 0
Tags
$gentime
private
float|null
$gentime
= 0
Tags
$gentimecount
private
int|null
$gentimecount
= 0
Tags
Methods
getAcctid()
Get the value of Acctid.
public
getAcctid() : int
Return values
int —getGensize()
Get the value of Gensize.
public
getGensize() : int
Return values
int —getGentime()
Get the value of Gentime.
public
getGentime() : float
Return values
float —getGentimecount()
Get the value of Gentimecount.
public
getGentimecount() : int
Return values
int —setAcctid()
Set the value of Acctid.
public
setAcctid(int $acctid) : self
Parameters
- $acctid : int
Return values
self —setGensize()
Set the value of Gensize.
public
setGensize(int $gensize) : self
Parameters
- $gensize : int
Return values
self —setGentime()
Set the value of Gentime.
public
setGentime(float $gentime) : self
Parameters
- $gentime : float
Return values
self —setGentimecount()
Set the value of Gentimecount.
public
setGentimecount(int $gentimecount) : self
Parameters
- $gentimecount : int