Legend of the Green Dragon

Accounts

Structure of table "accounts" in data base.

This table store accounts of users, only data related to account.

Tags
ORM\Table

(name="accounts", indexes={ @ORM\Index(name="login", columns={"login"}), @ORM\Index(name="laston", columns={"laston"}), @ORM\Index(name="emailaddress", columns={"emailaddress"}), @ORM\Index(name="locked", columns={"locked", "loggedin", "laston"}), @ORM\Index(name="referer", columns={"referer"}), @ORM\Index(name="uniqueid", columns={"uniqueid"}), @ORM\Index(name="emailvalidation", columns={"emailvalidation"}) } )

ORM\Entity

(repositoryClass="Lotgd\Core\EntityRepository\AccountsRepository")

Table of Contents

$acctid  : int
$amountouttoday  : int
$banoverride  : bool
$beta  : bool
$boughtroomtoday  : bool
$character  : int
$donation  : int
$donationconfig  : string
$donationspent  : int
$emailaddress  : string
$emailvalidation  : string
$forgottenpassword  : string
$lastip  : string
$lastmotd  : DateTime
$laston  : DateTime
$locked  : bool
$loggedin  : bool
$login  : string
$password  : string
$prefs  : string
$recentcomments  : DateTime
$referer  : int
$refererawarded  : int
$regdate  : DateTime
$replaceemail  : string
$sentnotice  : bool
$superuser  : int
$transferredtoday  : int
$translatorlanguages  : string
$uniqueid  : string
__construct()  : mixed
Configure some default values.
getAcctid()  : int
Get the value of Acctid.
getAmountouttoday()  : int
Get the value of Amountouttoday.
getBanoverride()  : bool
Get the value of Banoverride.
getBeta()  : bool
Get the value of Beta.
getBoughtroomtoday()  : bool
Get the value of Boughtroomtoday.
getCharacter()  : int
Get the value of Character.
getDonation()  : int
Get the value of Donation.
getDonationconfig()  : string
Get the value of Donationconfig.
getDonationspent()  : int
Get the value of Donationspent.
getEmailaddress()  : string
Get the value of Emailaddress.
getEmailvalidation()  : string
Get the value of Emailvalidation.
getForgottenpassword()  : string
Get the value of Forgottenpassword.
getLastip()  : string
Get the value of Lastip.
getLastmotd()  : DateTime
Get the value of Lastmotd.
getLaston()  : DateTime
Get the value of Laston.
getLocked()  : bool
Get the value of Locked.
getLoggedin()  : bool
Get the value of Loggedin.
getLogin()  : string
Get the value of Login.
getPassword()  : string
Get the value of Password.
getPrefs()  : array<string|int, mixed>
Get the value of Prefs.
getRecentcomments()  : DateTime
Get the value of Recentcomments.
getReferer()  : int
Get the value of Referer.
getRefererawarded()  : int
Get the value of Refererawarded.
getRegdate()  : DateTime
Get the value of Regdate.
getReplaceemail()  : string
Get the value of Replaceemail.
getSentnotice()  : bool
Get the value of Sentnotice.
getSuperuser()  : int
Get the value of Superuser.
getTransferredtoday()  : int
Get the value of Transferredtoday.
getTranslatorlanguages()  : string
Get the value of Translatorlanguages.
getUniqueid()  : string
Get the value of Uniqueid.
setAcctid()  : self
Set the value of Acctid.
setAmountouttoday()  : self
Set the value of Amountouttoday.
setBanoverride()  : self
Set the value of Banoverride.
setBeta()  : self
Set the value of Beta.
setBoughtroomtoday()  : self
Set the value of Boughtroomtoday.
setCharacter()  : self
Set the value of Character.
setDonation()  : self
Set the value of Donation.
setDonationconfig()  : self
Set the value of Donationconfig.
setDonationspent()  : self
Set the value of Donationspent.
setEmailaddress()  : self
Set the value of Emailaddress.
setEmailvalidation()  : self
Set the value of Emailvalidation.
setForgottenpassword()  : self
Set the value of Forgottenpassword.
setLastip()  : self
Set the value of Lastip.
setLastmotd()  : self
Set the value of Lastmotd.
setLaston()  : self
Set the value of Laston.
setLocked()  : self
Set the value of Locked.
setLoggedin()  : self
Set the value of Loggedin.
setLogin()  : self
Set the value of Login.
setPassword()  : self
Set the value of Password.
setPrefs()  : self
Set the value of Prefs.
setRecentcomments()  : self
Set the value of Recentcomments.
setReferer()  : self
Set the value of Referer.
setRefererawarded()  : self
Set the value of Refererawarded.
setRegdate()  : self
Set the value of Regdate.
setReplaceemail()  : self
Set the value of Replaceemail.
setSentnotice()  : self
Set the value of Sentnotice.
setSuperuser()  : self
Set the value of Superuser.
setTransferredtoday()  : self
Set the value of Transferredtoday.
setTranslatorlanguages()  : self
Set the value of Translatorlanguages.
setUniqueid()  : self
Set the value of Uniqueid.

Properties

$acctid

private int $acctid
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$amountouttoday

private int $amountouttoday = 0
Tags
ORM\Column

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

$banoverride

private bool $banoverride = 0
Tags
ORM\Column

(name="banoverride", type="boolean", nullable=true, options={"default": 0})

$beta

private bool $beta = 0
Tags
ORM\Column

(name="beta", type="boolean", nullable=false, options={"default": 0})

$boughtroomtoday

private bool $boughtroomtoday = 0
Tags
ORM\Column

(name="boughtroomtoday", type="boolean", nullable=false, options={"default": 0})

$character

private int $character
Tags
ORM\OneToOne

(targetEntity="Characters")

ORM\JoinColumn

(nullable=true, onDelete="SET NULL")

$donation

private int $donation = 0
Tags
ORM\Column

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

$donationconfig

private string $donationconfig = []
Tags
ORM\Column

(name="donationconfig", type="array")

$donationspent

private int $donationspent = 0
Tags
ORM\Column

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

$emailaddress

private string $emailaddress = ''
Tags
ORM\Column

(name="emailaddress", type="string", length=128, nullable=false)

$emailvalidation

private string $emailvalidation = ''
Tags
ORM\Column

(name="emailvalidation", type="string", length=32, nullable=true)

$forgottenpassword

private string $forgottenpassword = ''
Tags
ORM\Column

(name="forgottenpassword", type="string", length=32, nullable=true)

$lastip

private string $lastip = ''
Tags
ORM\Column

(name="lastip", type="string", length=40, nullable=false)

$lastmotd

private DateTime $lastmotd
Tags
ORM\Column

(name="lastmotd", type="datetime", nullable=false, options={"default": "0000-00-00 00:00:00"})

$laston

private DateTime $laston
Tags
ORM\Column

(name="laston", type="datetime", nullable=false, options={"default": "0000-00-00 00:00:00"})

$locked

private bool $locked = 0
Tags
ORM\Column

(name="locked", type="boolean", nullable=false, options={"default": 0})

$loggedin

private bool $loggedin = 0
Tags
ORM\Column

(name="loggedin", type="boolean", nullable=false, options={"default": 0})

$login

private string $login
Tags
ORM\Column

(name="login", type="string", unique=true, length=50, nullable=false)

$password

private string $password
Tags
ORM\Column

(name="password", type="string", length=32, nullable=false)

$prefs

private string $prefs
Tags
ORM\Column

(name="prefs", type="array")

$recentcomments

private DateTime $recentcomments
Tags
ORM\Column

(name="recentcomments", type="datetime", nullable=false, options={"default": "0000-00-00 00:00:00"})

$referer

private int $referer = 0
Tags
ORM\Column

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

$refererawarded

private int $refererawarded = 0
Tags
ORM\Column

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

$regdate

private DateTime $regdate
Tags
ORM\Column

(name="regdate", type="datetime", nullable=false, options={"default": "0000-00-00 00:00:00"})

$replaceemail

private string $replaceemail = ''
Tags
ORM\Column

(name="replaceemail", type="string", length=128, nullable=false)

$sentnotice

private bool $sentnotice = false
Tags
ORM\Column

(name="sentnotice", type="boolean", nullable=false, options={"default": 0})

$superuser

private int $superuser = 0
Tags
ORM\Column

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

$transferredtoday

private int $transferredtoday = 0
Tags
ORM\Column

(name="transferredtoday", type="smallint", nullable=false, options={"default": 0, "unsigned": true})

$translatorlanguages

private string $translatorlanguages = 'en'
Tags
ORM\Column

(name="translatorlanguages", type="string", length=128, nullable=false, options={"default": "en"})

$uniqueid

private string $uniqueid = ''
Tags
ORM\Column

(name="uniqueid", type="string", length=32, nullable=false)

Methods

__construct()

Configure some default values.

public __construct() : mixed
Return values
mixed

getAcctid()

Get the value of Acctid.

public getAcctid() : int
Return values
int

getAmountouttoday()

Get the value of Amountouttoday.

public getAmountouttoday() : int
Return values
int

getBanoverride()

Get the value of Banoverride.

public getBanoverride() : bool
Return values
bool

getBeta()

Get the value of Beta.

public getBeta() : bool
Return values
bool

getBoughtroomtoday()

Get the value of Boughtroomtoday.

public getBoughtroomtoday() : bool
Return values
bool

getCharacter()

Get the value of Character.

public getCharacter() : int
Return values
int

getDonation()

Get the value of Donation.

public getDonation() : int
Return values
int

getDonationconfig()

Get the value of Donationconfig.

public getDonationconfig() : string
Return values
string

getDonationspent()

Get the value of Donationspent.

public getDonationspent() : int
Return values
int

getEmailaddress()

Get the value of Emailaddress.

public getEmailaddress() : string
Return values
string

getEmailvalidation()

Get the value of Emailvalidation.

public getEmailvalidation() : string
Return values
string

getForgottenpassword()

Get the value of Forgottenpassword.

public getForgottenpassword() : string
Return values
string

getLastip()

Get the value of Lastip.

public getLastip() : string
Return values
string

getLastmotd()

Get the value of Lastmotd.

public getLastmotd() : DateTime
Return values
DateTime

getLaston()

Get the value of Laston.

public getLaston() : DateTime
Return values
DateTime

getLocked()

Get the value of Locked.

public getLocked() : bool
Return values
bool

getLoggedin()

Get the value of Loggedin.

public getLoggedin() : bool
Return values
bool

getLogin()

Get the value of Login.

public getLogin() : string
Return values
string

getPassword()

Get the value of Password.

public getPassword() : string
Return values
string

getPrefs()

Get the value of Prefs.

public getPrefs() : array<string|int, mixed>
Return values
array<string|int, mixed>

getRecentcomments()

Get the value of Recentcomments.

public getRecentcomments() : DateTime
Return values
DateTime

getReferer()

Get the value of Referer.

public getReferer() : int
Return values
int

getRefererawarded()

Get the value of Refererawarded.

public getRefererawarded() : int
Return values
int

getRegdate()

Get the value of Regdate.

public getRegdate() : DateTime
Return values
DateTime

getReplaceemail()

Get the value of Replaceemail.

public getReplaceemail() : string
Return values
string

getSentnotice()

Get the value of Sentnotice.

public getSentnotice() : bool
Return values
bool

getSuperuser()

Get the value of Superuser.

public getSuperuser() : int
Return values
int

getTransferredtoday()

Get the value of Transferredtoday.

public getTransferredtoday() : int
Return values
int

getTranslatorlanguages()

Get the value of Translatorlanguages.

public getTranslatorlanguages() : string
Return values
string

getUniqueid()

Get the value of Uniqueid.

public getUniqueid() : string
Return values
string

setAcctid()

Set the value of Acctid.

public setAcctid(int $acctid) : self
Parameters
$acctid : int
Return values
self

setAmountouttoday()

Set the value of Amountouttoday.

public setAmountouttoday(int $amountouttoday) : self
Parameters
$amountouttoday : int
Return values
self

setBanoverride()

Set the value of Banoverride.

public setBanoverride(bool $banoverride) : self
Parameters
$banoverride : bool
Return values
self

setBeta()

Set the value of Beta.

public setBeta(bool $beta) : self
Parameters
$beta : bool
Return values
self

setBoughtroomtoday()

Set the value of Boughtroomtoday.

public setBoughtroomtoday(bool $boughtroomtoday) : self
Parameters
$boughtroomtoday : bool
Return values
self

setCharacter()

Set the value of Character.

public setCharacter(int $character) : self
Parameters
$character : int
Return values
self

setDonation()

Set the value of Donation.

public setDonation(int $donation) : self
Parameters
$donation : int
Return values
self

setDonationconfig()

Set the value of Donationconfig.

public setDonationconfig(string $donationconfig) : self
Parameters
$donationconfig : string
Return values
self

setDonationspent()

Set the value of Donationspent.

public setDonationspent(int $donationspent) : self
Parameters
$donationspent : int
Return values
self

setEmailaddress()

Set the value of Emailaddress.

public setEmailaddress(string $emailaddress) : self
Parameters
$emailaddress : string
Return values
self

setEmailvalidation()

Set the value of Emailvalidation.

public setEmailvalidation(string $emailvalidation) : self
Parameters
$emailvalidation : string
Return values
self

setForgottenpassword()

Set the value of Forgottenpassword.

public setForgottenpassword(string $forgottenpassword) : self
Parameters
$forgottenpassword : string
Return values
self

setLastip()

Set the value of Lastip.

public setLastip(string $lastip) : self
Parameters
$lastip : string
Return values
self

setLastmotd()

Set the value of Lastmotd.

public setLastmotd(DateTime $lastmotd) : self
Parameters
$lastmotd : DateTime
Return values
self

setLaston()

Set the value of Laston.

public setLaston(DateTime $laston) : self
Parameters
$laston : DateTime
Return values
self

setLocked()

Set the value of Locked.

public setLocked(bool $locked) : self
Parameters
$locked : bool
Return values
self

setLoggedin()

Set the value of Loggedin.

public setLoggedin(bool $loggedin) : self
Parameters
$loggedin : bool
Return values
self

setLogin()

Set the value of Login.

public setLogin(string $login) : self
Parameters
$login : string
Return values
self

setPassword()

Set the value of Password.

public setPassword(string $password) : self
Parameters
$password : string
Return values
self

setPrefs()

Set the value of Prefs.

public setPrefs(string $prefs) : self
Parameters
$prefs : string
Return values
self

setRecentcomments()

Set the value of Recentcomments.

public setRecentcomments(DateTime $recentcomments) : self
Parameters
$recentcomments : DateTime
Return values
self

setReferer()

Set the value of Referer.

public setReferer(int $referer) : self
Parameters
$referer : int
Return values
self

setRefererawarded()

Set the value of Refererawarded.

public setRefererawarded(int $refererawarded) : self
Parameters
$refererawarded : int
Return values
self

setRegdate()

Set the value of Regdate.

public setRegdate(DateTime $regdate) : self
Parameters
$regdate : DateTime
Return values
self

setReplaceemail()

Set the value of Replaceemail.

public setReplaceemail(string $replaceemail) : self
Parameters
$replaceemail : string
Return values
self

setSentnotice()

Set the value of Sentnotice.

public setSentnotice(bool $sentnotice) : self
Parameters
$sentnotice : bool
Return values
self

setSuperuser()

Set the value of Superuser.

public setSuperuser(int $superuser) : self
Parameters
$superuser : int
Return values
self

setTransferredtoday()

Set the value of Transferredtoday.

public setTransferredtoday(int $transferredtoday) : self
Parameters
$transferredtoday : int
Return values
self

setTranslatorlanguages()

Set the value of Translatorlanguages.

public setTranslatorlanguages(string $translatorlanguages) : self
Parameters
$translatorlanguages : string
Return values
self

setUniqueid()

Set the value of Uniqueid.

public setUniqueid(string $uniqueid) : self
Parameters
$uniqueid : string
Return values
self

Search results