Documentation

CharacterStatInterface

Table of Contents

__construct()  : mixed
CharacterStatInterface constructor.
getId()  : string
getName()  : string
getValue()  : mixed
getValueAsString()  : string
getWeight()  : int
setName()  : mixed
setValue()  : mixed
setWeight()  : mixed

Methods

__construct()

CharacterStatInterface constructor.

public __construct(string $id, string $name,  $value, int $weight) : mixed
Parameters
$id : string
$name : string
$value :
$weight : int
Return values
mixed

setName()

public setName(string $name) : mixed
Parameters
$name : string
Return values
mixed

setWeight()

public setWeight(int $weight) : mixed
Parameters
$weight : int
Return values
mixed

Search results