Legend of the Green Dragon

Attribute

Table of Contents

$constitution  : int
$dexterity  : int
$intelligence  : int
$strength  : int
$wisdom  : int
getConstitution()  : int
Get the value of Constitution.
getDexterity()  : int
Get the value of Dexterity.
getIntelligence()  : int
Get the value of Intelligence.
getStrength()  : int
Get the value of Strength.
getWisdom()  : int
Get the value of Wisdom.
setConstitution()  : self
Set the value of Constitution.
setDexterity()  : self
Set the value of Dexterity.
setIntelligence()  : self
Set the value of Intelligence.
setStrength()  : self
Set the value of Strength.
setWisdom()  : self
Set the value of Wisdom.

Properties

$constitution

private int $constitution = 10
Tags
ORM\Column

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

$dexterity

private int $dexterity = 10
Tags
ORM\Column

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

$intelligence

private int $intelligence = 10
Tags
ORM\Column

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

$strength

private int $strength = 10
Tags
ORM\Column

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

$wisdom

private int $wisdom = 10
Tags
ORM\Column

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

Methods

getConstitution()

Get the value of Constitution.

public getConstitution() : int
Return values
int

getDexterity()

Get the value of Dexterity.

public getDexterity() : int
Return values
int

getIntelligence()

Get the value of Intelligence.

public getIntelligence() : int
Return values
int

getStrength()

Get the value of Strength.

public getStrength() : int
Return values
int

getWisdom()

Get the value of Wisdom.

public getWisdom() : int
Return values
int

setConstitution()

Set the value of Constitution.

public setConstitution(int $constitution) : self
Parameters
$constitution : int
Return values
self

setDexterity()

Set the value of Dexterity.

public setDexterity(int $dexterity) : self
Parameters
$dexterity : int
Return values
self

setIntelligence()

Set the value of Intelligence.

public setIntelligence(int $intelligence) : self
Parameters
$intelligence : int
Return values
self

setStrength()

Set the value of Strength.

public setStrength(int $strength) : self
Parameters
$strength : int
Return values
self

setWisdom()

Set the value of Wisdom.

public setWisdom(int $wisdom) : self
Parameters
$wisdom : int
Return values
self

Search results