SeasonStats

Methods

setGames

setGames(int $games) : $this

Arguments

$games

int

Response

$this

getGames

getGames() : int

Response

int

setType

setType(string $type) : $this

Arguments

$type

string

Response

$this

getType

getType() : string

Response

string

setWins

setWins(int $wins) : $this

Arguments

$wins

int

Response

$this

getWins

getWins() : int

Response

int

Properties

type

type : string
var

Type(s)

string

wins

wins : int
var

Type(s)

int

games

games : int
var

Type(s)

int