Clans
in package
Clans.
Tags
Table of Contents
- $clandesc : string|null
- $clanid : int|null
- $clanmotd : string|null
- $clanname : string|null
- $clanshort : string|null
- $customsay : string|null
- $descauthor : int|null
- $motdauthor : int|null
- getClandesc() : string
- Get the value of Clandesc.
- getClanid() : int
- Get the value of Clanid.
- getClanmotd() : string
- Get the value of Clanmotd.
- getClanname() : string|null
- Get the value of Clanname.
- getClanshort() : string|null
- 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|null
$clandesc
= ''
Tags
$clanid
private
int|null
$clanid
= null
Tags
$clanmotd
private
string|null
$clanmotd
= ''
Tags
$clanname
private
string|null
$clanname
= null
Tags
$clanshort
private
string|null
$clanshort
= null
Tags
$customsay
private
string|null
$customsay
= ''
Tags
$descauthor
private
int|null
$descauthor
= 0
Tags
$motdauthor
private
int|null
$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|null
Return values
string|null —getClanshort()
Get the value of Clanshort.
public
getClanshort() : string|null
Return values
string|null —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