Legend of the Green Dragon

AccountsEverypage
in package

Structure of table "accounts_everypage" in data base.

Tags
ORM\Table

(name="accounts_everypage")

ORM\Entity

(repositoryClass="Lotgd\Core\Repository\AccountsEverypageRepository")

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
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$gensize

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

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

$gentime

private float|null $gentime = 0
Tags
ORM\Column

(name="gentime", type="float", precision=10, options={"unsigned"=true})

$gentimecount

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

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

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
Return values
self

Search results