Information

Methods

setDivision

setDivision(int $division) : $this

Arguments

$division

int

Response

$this

getDivision

getDivision() : int

Response

int

setLadderId

setLadderId(int $ladderId) : $this

Arguments

$ladderId

int

Response

$this

getLadderId

getLadderId() : int

Response

int

setLadderName

setLadderName(string $ladderName) : $this

Arguments

$ladderName

string

Response

$this

getLadderName

getLadderName() : string

Response

string

setLeague

setLeague(string $league) : $this

Arguments

$league

string

Response

$this

getLeague

getLeague() : string

Response

string

setLosses

setLosses(int $losses) : $this

Arguments

$losses

int

Response

$this

getLosses

getLosses() : int

Response

int

setMatchMakingQueue

setMatchMakingQueue(string $matchMakingQueue) : $this

Arguments

$matchMakingQueue

string

Response

$this

getMatchMakingQueue

getMatchMakingQueue() : string

Response

string

setRank

setRank(int $rank) : $this

Arguments

$rank

int

Response

$this

getRank

getRank() : int

Response

int

setShowcase

setShowcase(boolean $showcase) : $this

Arguments

$showcase

boolean

Response

$this

getShowcase

getShowcase() : boolean

Response

boolean

setWins

setWins(int $wins) : $this

Arguments

$wins

int

Response

$this

getWins

getWins() : int

Response

int

Properties

ladderName

ladderName : string
var

Type(s)

string

ladderId

ladderId : int
var

Type(s)

int

division

division : int
var

Type(s)

int

rank

rank : int
var

Type(s)

int

league

league : string
var

Type(s)

string

matchMakingQueue

matchMakingQueue : string
var

Type(s)

string

wins

wins : int
var

Type(s)

int

losses

losses : int
var

Type(s)

int

showcase

showcase : bool
var

Type(s)

bool