Clans
Clans.
Tags
Table of Contents
- $clandesc : string
- $clanid : int
- $clanmotd : string
- $clanname : string
- $clanshort : string
- $customsay : string
- $descauthor : int
- $motdauthor : int
- getClandesc() : string
- Get the value of Clandesc.
- getClanid() : int
- Get the value of Clanid.
- getClanmotd() : string
- Get the value of Clanmotd.
- getClanname() : string
- Get the value of Clanname.
- getClanshort() : string
- Get the value of Clanshort.
- getCustomsay() : string
- Get the value of Customsay.
- getDescauthor() : int
- Get the value of Descauthor.
- getMotdauthor() : int
- Get the value of Motdauthor.
- setClandesc() : self
- Set the value of Clandesc.
- setClanid() : self
- Set the value of Clanid.
- setClanmotd() : self
- Set the value of Clanmotd.
- setClanname() : self
- Set the value of Clanname.
- setClanshort() : self
- Set the value of Clanshort.
- setCustomsay() : self
- Set the value of Customsay.
- setDescauthor() : self
- Set the value of Descauthor.
- setMotdauthor() : self
- Set the value of Motdauthor.
Properties
$clandesc
private
string
$clandesc
= ''
Tags
$clanid
private
int
$clanid
Tags
$clanmotd
private
string
$clanmotd
= ''
Tags
$clanname
private
string
$clanname
Tags
$clanshort
private
string
$clanshort
Tags
$customsay
private
string
$customsay
= ''
Tags
$descauthor
private
int
$descauthor
= 0
Tags
$motdauthor
private
int
$motdauthor
= 0
Tags
Methods
getClandesc()
Get the value of Clandesc.
public
getClandesc() : string
Return values
string —getClanid()
Get the value of Clanid.
public
getClanid() : int
Return values
int —getClanmotd()
Get the value of Clanmotd.
public
getClanmotd() : string
Return values
string —getClanname()
Get the value of Clanname.
public
getClanname() : string
Return values
string —getClanshort()
Get the value of Clanshort.
public
getClanshort() : string
Return values
string —getCustomsay()
Get the value of Customsay.
public
getCustomsay() : string
Return values
string —getDescauthor()
Get the value of Descauthor.
public
getDescauthor() : int
Return values
int —getMotdauthor()
Get the value of Motdauthor.
public
getMotdauthor() : int
Return values
int —setClandesc()
Set the value of Clandesc.
public
setClandesc(string $clandesc) : self
Parameters
- $clandesc : string
Return values
self —setClanid()
Set the value of Clanid.
public
setClanid(int $clanid) : self
Parameters
- $clanid : int
Return values
self —setClanmotd()
Set the value of Clanmotd.
public
setClanmotd(string $clanmotd) : self
Parameters
- $clanmotd : string
Return values
self —setClanname()
Set the value of Clanname.
public
setClanname(string $clanname) : self
Parameters
- $clanname : string
Return values
self —setClanshort()
Set the value of Clanshort.
public
setClanshort(string $clanshort) : self
Parameters
- $clanshort : string
Return values
self —setCustomsay()
Set the value of Customsay.
public
setCustomsay(string $customsay) : self
Parameters
- $customsay : string
Return values
self —setDescauthor()
Set the value of Descauthor.
public
setDescauthor(int $descauthor) : self
Parameters
- $descauthor : int
Return values
self —setMotdauthor()
Set the value of Motdauthor.
public
setMotdauthor(int $motdauthor) : self
Parameters
- $motdauthor : int