\naigc\v25IMeet

Functions related to Meets.

Summary

Methods
Constants
clubs()
competitionGyms()
sessions()
brackets()
createBracket()
createCompetitor()
id()
teams()
disciplines()
competitors()
sessionCurrent()
badges()
jsonSerialize()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

clubs()

clubs() : \naigc\v25\IClub[]

Gets the Clubs participating in the Meet.

Returns

\naigc\v25\IClub[] —

The array of Clubs.

competitionGyms()

competitionGyms() : \naigc\v25\ICompetitionGym[]

Gets the CompetitionGym sites for the Meet.

Returns

\naigc\v25\ICompetitionGym[] —

The array of CompetitionGyms.

sessions()

sessions() : \naigc\v25\ISession[]

Gets the Sessions scheduled for the Meet.

Returns

\naigc\v25\ISession[] —

The array of Sessions.

brackets()

brackets() : \naigc\v25\IBracket[]

Gets the Brackets competed in the Meet.

Returns

\naigc\v25\IBracket[] —

The array of Brackets.

createBracket()

createBracket(\naigc\v25\IDiscipline  $discipline, \naigc\v25\ILevel  $level) : \naigc\v25\IBracket

Creates a new Bracket.

Parameters

\naigc\v25\IDiscipline $discipline

The Discipline the Bracket is for.

\naigc\v25\ILevel $level

The Level the Bracket is for.

Returns

\naigc\v25\IBracket —

The newly created Bracket.

createCompetitor()

createCompetitor(int  $personId) : \naigc\v25\ICompetitor|null

Creates a new Competitor without a Team.

Parameters

int $personId

The ID of the Person who will be competing.

Returns

\naigc\v25\ICompetitor|null —

The newly created Competitor.

id()

id() : int

Gets the ID of the Meet.

Returns

int —

The ID.

teams()

teams() : \naigc\v25\ITeam[]

Gets the Teams participating in the Meet.

Returns

\naigc\v25\ITeam[] —

The array of Teams.

disciplines()

disciplines() : \naigc\v25\IDiscipline[]

Gets the Disciplines available.

Returns

\naigc\v25\IDiscipline[] —

The array of Disciplines.

competitors()

competitors() : \naigc\v25\ICompetitor[]

Gets the Competitors in the Meet.

Returns

\naigc\v25\ICompetitor[] —

The array of Competitors.

sessionCurrent()

sessionCurrent() : \naigc\v25\ISession|null

Gets the currently running session, if there is exactly one.

Returns

\naigc\v25\ISession|null

badges()

badges() : \naigc\v25\IBadge[]

Gets all of the Badges to print.

Returns

\naigc\v25\IBadge[] —

The array of Badges.

jsonSerialize()

jsonSerialize() : array

Serializes object into json format for available properties

Returns

array