Masters
in package
implements
Translatable
Masters.
Tags
Interfaces, Classes, Traits and Enums
- Translatable
Table of Contents
- $creatureid : int|null
- $creaturelevel : int|null
- $creaturelose : string|null
- $creaturename : string|null
- $creatureweapon : string|null
- $creaturewin : string|null
- $translations : Collection
- __construct() : mixed
- addTranslation() : void
- getCreatureid() : int|null
- Get the value of Creatureid.
- getCreaturelevel() : int
- Get the value of Creaturelevel.
- getCreaturelose() : string
- Get the value of Creaturelose.
- getCreaturename() : string
- Get the value of Creaturename.
- getCreatureweapon() : string
- Get the value of Creatureweapon.
- getCreaturewin() : string
- Get the value of Creaturewin.
- getTranslations() : mixed
- setCreatureid() : self
- Set the value of Creatureid.
- setCreaturelevel() : self
- Set the value of Creaturelevel.
- setCreaturelose() : self
- Set the value of Creaturelose.
- setCreaturename() : self
- Set the value of Creaturename.
- setCreatureweapon() : self
- Set the value of Creatureweapon.
- setCreaturewin() : self
- Set the value of Creaturewin.
Properties
$creatureid
private
int|null
$creatureid
= null
Tags
$creaturelevel
private
int|null
$creaturelevel
= 1
Tags
$creaturelose
private
string|null
$creaturelose
= null
Tags
$creaturename
private
string|null
$creaturename
= null
Tags
$creatureweapon
private
string|null
$creatureweapon
= null
Tags
$creaturewin
private
string|null
$creaturewin
= null
Tags
$translations
private
Collection
$translations
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —addTranslation()
public
addTranslation(MastersTranslation $t) : void
Parameters
- $t : MastersTranslation
Return values
void —getCreatureid()
Get the value of Creatureid.
public
getCreatureid() : int|null
Return values
int|null —getCreaturelevel()
Get the value of Creaturelevel.
public
getCreaturelevel() : int
Return values
int —getCreaturelose()
Get the value of Creaturelose.
public
getCreaturelose() : string
Return values
string —getCreaturename()
Get the value of Creaturename.
public
getCreaturename() : string
Return values
string —getCreatureweapon()
Get the value of Creatureweapon.
public
getCreatureweapon() : string
Return values
string —getCreaturewin()
Get the value of Creaturewin.
public
getCreaturewin() : string
Return values
string —getTranslations()
public
getTranslations() : mixed
Return values
mixed —setCreatureid()
Set the value of Creatureid.
public
setCreatureid(int $creatureid) : self
Parameters
- $creatureid : int
Return values
self —setCreaturelevel()
Set the value of Creaturelevel.
public
setCreaturelevel(int $creaturelevel) : self
Parameters
- $creaturelevel : int
Return values
self —setCreaturelose()
Set the value of Creaturelose.
public
setCreaturelose(string $creaturelose) : self
Parameters
- $creaturelose : string
Return values
self —setCreaturename()
Set the value of Creaturename.
public
setCreaturename(string $creaturename) : self
Parameters
- $creaturename : string
Return values
self —setCreatureweapon()
Set the value of Creatureweapon.
public
setCreatureweapon(string $creatureweapon) : self
Parameters
- $creatureweapon : string
Return values
self —setCreaturewin()
Set the value of Creaturewin.
public
setCreaturewin(string $creaturewin) : self
Parameters
- $creaturewin : string