Games\GamesByEmail.jsGamesByEmailArray
All Implemented Interfaces:
GamesByEmail.Players
extendsArray
implementsFoundation.Class
A collection of GamesByEmail.Player objects. Implemented as an Array.
| Constructor Summary |
|
| Field Summary | |
| game
The game object this collection belongs to.
|
| team
The parent team object this collection belongs to.
|
Fields inherited from Array |
length |
| Method Summary | |
|
Adds a new player to the collection.
|
|
|
Methods inherited from Array |
indexOf |
Methods inherited from Foundation.Class |
getTypePath, isInstanceOf |
| Constructor Detail |
GamesByEmail.Players()
| Field Detail |
Game game
The game object this collection belongs to.
Team team
The parent team object this collection belongs to.
| Method Detail |
Player add()
Adds a new player to the collection.
Returns:
dispose()
dispose in class Class