Legend of the Green Dragon

Clans

Clans.

Tags
ORM\Table

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

ORM\Entity

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

UniqueEntity

("clanname")

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

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

$clanid

private int $clanid
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$clanmotd

private string $clanmotd = ''
Tags
ORM\Column

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

$clanname

private string $clanname
Tags
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 $clanshort
Tags
ORM\Column

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

Assert\Length

( min=2, max=5 )

Assert\Regex

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

$customsay

private string $customsay = ''
Tags
ORM\Column

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

$descauthor

private int $descauthor = 0
Tags
ORM\Column

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

$motdauthor

private int $motdauthor = 0
Tags
ORM\Column

(name="motdauthor", type="integer", nullable=false, 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
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
Return values
self

Search results