Legend of the Green Dragon

Mounts
in package
implements Translatable

Mounts.

Tags
ORM\Table

(name="mounts")

ORM\Entity

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

Gedmo\TranslationEntity

(class="Lotgd\Core\Entity\MountsTranslation")

Interfaces, Classes, Traits and Enums

Translatable

Table of Contents

$mountactive  : bool|null
$mountbuff  : array<string|int, mixed>
$mountcategory  : string|null
$mountcostgems  : int|null
$mountcostgold  : int|null
$mountdesc  : string|null
$mountdkcost  : int|null
$mountfeedcost  : int|null
$mountforestfights  : int|null
$mountid  : int|null
$mountlocation  : string|null
$mountname  : string|null
$newday  : string|null
$partrecharge  : string|null
$recharge  : string|null
$translations  : Collection
__construct()  : mixed
__toString()  : mixed
addTranslation()  : void
getMountactive()  : bool
Get the value of Mountactive.
getMountbuff()  : array<string|int, mixed>
Get the value of Mountbuff.
getMountcategory()  : string
Get the value of Mountcategory.
getMountcostgems()  : int
Get the value of Mountcostgems.
getMountcostgold()  : int
Get the value of Mountcostgold.
getMountdesc()  : string
Get the value of Mountdesc.
getMountdkcost()  : int
Get the value of Mountdkcost.
getMountfeedcost()  : int
Get the value of Mountfeedcost.
getMountforestfights()  : int
Get the value of Mountforestfights.
getMountid()  : int
Get the value of Mountid.
getMountlocation()  : string
Get the value of Mountlocation.
getMountname()  : string
Get the value of Mountname.
getNewday()  : string
Get the value of Newday.
getPartrecharge()  : string
Get the value of Partrecharge.
getRecharge()  : string
Get the value of Recharge.
getTranslations()  : mixed
setMountactive()  : self
Set the value of Mountactive.
setMountbuff()  : self
Set the value of Mountbuff.
setMountcategory()  : self
Set the value of Mountcategory.
setMountcostgems()  : self
Set the value of Mountcostgems.
setMountcostgold()  : self
Set the value of Mountcostgold.
setMountdesc()  : self
Set the value of Mountdesc.
setMountdkcost()  : self
Set the value of Mountdkcost.
setMountfeedcost()  : self
Set the value of Mountfeedcost.
setMountforestfights()  : self
Set the value of Mountforestfights.
setMountid()  : self
Set the value of Mountid.
setMountlocation()  : self
Set the value of Mountlocation.
setMountname()  : self
Set the value of Mountname.
setNewday()  : self
Set the value of Newday.
setPartrecharge()  : self
Set the value of Partrecharge.
setRecharge()  : self
Set the value of Recharge.

Properties

$mountactive

private bool|null $mountactive = true
Tags
ORM\Column

(name="mountactive", type="boolean", options={"default"="1"})

$mountbuff

private array<string|int, mixed> $mountbuff = []
Tags
ORM\Column

(name="mountbuff", type="array")

$mountcategory

private string|null $mountcategory = null
Tags
Gedmo\Translatable
ORM\Column

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

Assert\Length

( min=1, max=50, allowEmptyString=false )

$mountcostgems

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

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

Assert\Range

( min=0, max=42949672295 )

Assert\DivisibleBy

(1)

$mountcostgold

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

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

Assert\Range

( min=0, max=42949672295 )

Assert\DivisibleBy

(1)

$mountdesc

private string|null $mountdesc = null
Tags
Gedmo\Translatable
ORM\Column

(name="mountdesc", type="text", length=65535, nullable=true)

Assert\Length

( min=1, max=65535, allowEmptyString=false )

$mountdkcost

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

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

Assert\Range

( min=0, max=42949672295 )

Assert\DivisibleBy

(1)

$mountfeedcost

private int|null $mountfeedcost = 20
Tags
ORM\Column

(name="mountfeedcost", type="integer", options={"unsigned"=true, "default"="20"})

Assert\Range

( min=0, max=42949672295 )

Assert\DivisibleBy

(1)

$mountforestfights

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

(name="mountforestfights", type="integer", options={"default"="0"})

Assert\Range

( min=0, max=42949672295 )

Assert\DivisibleBy

(1)

$mountid

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

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

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$mountlocation

private string|null $mountlocation = 'all'
Tags
ORM\Column

(name="mountlocation", type="string", length=25, options={"default"="all"})

$mountname

private string|null $mountname = null
Tags
Gedmo\Translatable
ORM\Column

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

Assert\Length

( min=1, max=50, allowEmptyString=false )

$newday

private string|null $newday = null
Tags
Gedmo\Translatable
ORM\Column

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

Assert\Length

( min=1, max=65535, allowEmptyString=false )

$partrecharge

private string|null $partrecharge = null
Tags
Gedmo\Translatable
ORM\Column

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

Assert\Length

( min=1, max=65535, allowEmptyString=false )

$recharge

private string|null $recharge = null
Tags
Gedmo\Translatable
ORM\Column

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

Assert\Length

( min=1, max=65535, allowEmptyString=false )

$translations

private Collection $translations
Tags
ORM\OneToMany

(targetEntity="MountsTranslation", mappedBy="object", cascade={"all"})

Methods

__construct()

public __construct() : mixed
Return values
mixed

__toString()

public __toString() : mixed
Return values
mixed

getMountactive()

Get the value of Mountactive.

public getMountactive() : bool
Return values
bool

getMountbuff()

Get the value of Mountbuff.

public getMountbuff() : array<string|int, mixed>
Return values
array<string|int, mixed>

getMountcategory()

Get the value of Mountcategory.

public getMountcategory() : string
Return values
string

getMountcostgems()

Get the value of Mountcostgems.

public getMountcostgems() : int
Return values
int

getMountcostgold()

Get the value of Mountcostgold.

public getMountcostgold() : int
Return values
int

getMountdesc()

Get the value of Mountdesc.

public getMountdesc() : string
Return values
string

getMountdkcost()

Get the value of Mountdkcost.

public getMountdkcost() : int
Return values
int

getMountfeedcost()

Get the value of Mountfeedcost.

public getMountfeedcost() : int
Return values
int

getMountforestfights()

Get the value of Mountforestfights.

public getMountforestfights() : int
Return values
int

getMountid()

Get the value of Mountid.

public getMountid() : int
Return values
int

getMountlocation()

Get the value of Mountlocation.

public getMountlocation() : string
Return values
string

getMountname()

Get the value of Mountname.

public getMountname() : string
Return values
string

getNewday()

Get the value of Newday.

public getNewday() : string
Return values
string

getPartrecharge()

Get the value of Partrecharge.

public getPartrecharge() : string
Return values
string

getRecharge()

Get the value of Recharge.

public getRecharge() : string
Return values
string

getTranslations()

public getTranslations() : mixed
Return values
mixed

setMountactive()

Set the value of Mountactive.

public setMountactive(bool $mountactive) : self
Parameters
$mountactive : bool
Return values
self

setMountbuff()

Set the value of Mountbuff.

public setMountbuff(array<string|int, mixed> $mountbuff) : self
Parameters
$mountbuff : array<string|int, mixed>
Return values
self

setMountcategory()

Set the value of Mountcategory.

public setMountcategory(string $mountcategory) : self
Parameters
$mountcategory : string
Return values
self

setMountcostgems()

Set the value of Mountcostgems.

public setMountcostgems(int $mountcostgems) : self
Parameters
$mountcostgems : int
Return values
self

setMountcostgold()

Set the value of Mountcostgold.

public setMountcostgold(int $mountcostgold) : self
Parameters
$mountcostgold : int
Return values
self

setMountdesc()

Set the value of Mountdesc.

public setMountdesc(string $mountdesc) : self
Parameters
$mountdesc : string
Return values
self

setMountdkcost()

Set the value of Mountdkcost.

public setMountdkcost(int $mountdkcost) : self
Parameters
$mountdkcost : int
Return values
self

setMountfeedcost()

Set the value of Mountfeedcost.

public setMountfeedcost(int $mountfeedcost) : self
Parameters
$mountfeedcost : int
Return values
self

setMountforestfights()

Set the value of Mountforestfights.

public setMountforestfights(int $mountforestfights) : self
Parameters
$mountforestfights : int
Return values
self

setMountid()

Set the value of Mountid.

public setMountid(int $mountid) : self
Parameters
$mountid : int
Return values
self

setMountlocation()

Set the value of Mountlocation.

public setMountlocation(string $mountlocation) : self
Parameters
$mountlocation : string
Return values
self

setMountname()

Set the value of Mountname.

public setMountname(string $mountname) : self
Parameters
$mountname : string
Return values
self

setNewday()

Set the value of Newday.

public setNewday(string $newday) : self
Parameters
$newday : string
Return values
self

setPartrecharge()

Set the value of Partrecharge.

public setPartrecharge(string $partrecharge) : self
Parameters
$partrecharge : string
Return values
self

setRecharge()

Set the value of Recharge.

public setRecharge(string $recharge) : self
Parameters
$recharge : string
Return values
self

Search results