Legend of the Green Dragon

Clans
in package

Clans.

Tags
ORM\Table

(name="clans", indexes={ @ORM\Index(name="clanname", columns={"clanname"}), @ORM\Index(name="clanshort", columns={"clanshort"}) } )

ORM\Entity

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

UniqueEntity

("clanname")

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

(name="clandesc", type="text", length=65535)

$clanid

private int|null $clanid = null
Tags
ORM\Column

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

ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$clanmotd

private string|null $clanmotd = ''
Tags
ORM\Column

(name="clanmotd", type="text", length=65535)

$clanname

private string|null $clanname = null
Tags
ORM\Column

(name="clanname", type="string", length=255)

ORM\Column

(name="clanname", type="string", length=255, nullable=false)

Assert\Length

( min=2, max=250 )

Assert\Regex

( pattern="/[^\p{L} '-]/", match=false, )

$clanshort

private string|null $clanshort = null
Tags
ORM\Column

(name="clanshort", type="string", length=50)

Assert\Length

( min=2, max=5 )

Assert\Regex

( pattern="/[^[:alpha:]]/", match=false, )

$customsay

private string|null $customsay = ''
Tags
ORM\Column

(name="customsay", type="string", length=15)

$descauthor

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

(name="descauthor", type="integer", options={"default"=0, "unsigned"=true})

$motdauthor

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

(name="motdauthor", type="integer", options={"default"=0, "unsigned"=true})

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

Search results