File: Games\GamesByEmail.js

GamesByEmail
Class Players

Array
  
 
 
GamesByEmail.Players

All Implemented Interfaces:

Class


GamesByEmail.Players

extends Array
implements Foundation.Class

A collection of GamesByEmail.Player objects. Implemented as an Array.


Constructor Summary
GamesByEmail.Players()

Field Summary
Gamegame
The game object this collection belongs to.
Teamteam
The parent team object this collection belongs to.

Fields inherited from Array
length

Method Summary
Playeradd()
Adds a new player to the collection.
 dispose()

Methods inherited from Array
indexOf

Methods inherited from Foundation.Class
getTypePath, isInstanceOf

Constructor Detail

Players

GamesByEmail.Players()

Field Detail

game

Game game

The game object this collection belongs to.


team

Team team

The parent team object this collection belongs to.

Method Detail

add

Player add()

Adds a new player to the collection.

Returns:
The new player.

dispose

dispose()
Overrides:
dispose in class Class