competitionGym()
competitionGym() : \naigc\v25\ICompetitionGym
Gets the CompetitionGym the CompetitionGymEvent is in.
Returns
\naigc\v25\ICompetitionGym —The CompetitionGym.
Functions related to CompetitionGymEvents.
routine(\naigc\v25\ICompetitor $competitor) : \naigc\v25\IRoutine|null
Gets the Routine for a Competitor on the CompetitionGymEvent.
| \naigc\v25\ICompetitor | $competitor | The Competitor. |
The Routine. TODO: This will not always return a unique result.
routines(\naigc\v25\ISession|null $session = null, string|null $clubName = null) : \naigc\v25\IRoutine[]
Gets the Routines being competed on the CompetitionGymEvent.
| \naigc\v25\ISession|null | $session | Optional. A Session to filter by. |
| string|null | $clubName | Optional. A club name to filter by. |
The Routines.