Accounts
Structure of table "accounts" in data base.
This table store accounts of users, only data related to account.
Tags
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
$amountouttoday
private
int
$amountouttoday
= 0
Tags
$banoverride
private
bool
$banoverride
= 0
Tags
$beta
private
bool
$beta
= 0
Tags
$boughtroomtoday
private
bool
$boughtroomtoday
= 0
Tags
$character
private
int
$character
Tags
$donation
private
int
$donation
= 0
Tags
$donationconfig
private
string
$donationconfig
= []
Tags
$donationspent
private
int
$donationspent
= 0
Tags
$emailaddress
private
string
$emailaddress
= ''
Tags
$emailvalidation
private
string
$emailvalidation
= ''
Tags
$forgottenpassword
private
string
$forgottenpassword
= ''
Tags
$lastip
private
string
$lastip
= ''
Tags
$lastmotd
private
DateTime
$lastmotd
Tags
$laston
private
DateTime
$laston
Tags
$locked
private
bool
$locked
= 0
Tags
$loggedin
private
bool
$loggedin
= 0
Tags
$login
private
string
$login
Tags
$password
private
string
$password
Tags
$prefs
private
string
$prefs
Tags
$recentcomments
private
DateTime
$recentcomments
Tags
$referer
private
int
$referer
= 0
Tags
$refererawarded
private
int
$refererawarded
= 0
Tags
$regdate
private
DateTime
$regdate
Tags
$replaceemail
private
string
$replaceemail
= ''
Tags
$sentnotice
private
bool
$sentnotice
= false
Tags
$superuser
private
int
$superuser
= 0
Tags
$transferredtoday
private
int
$transferredtoday
= 0
Tags
$translatorlanguages
private
string
$translatorlanguages
= 'en'
Tags
$uniqueid
private
string
$uniqueid
= ''
Tags
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