name()
name() : string
Gets the Name of the object.
Returns
string —The name.
Functions related to CompetitionGyms.
disciplineEvents(\naigc\v25\IDiscipline|null $discipline = null) : \naigc\v25\IDisciplineEvent[]
Gets an ordered array of the DisciplineEvents in the CompetitionGym.
| \naigc\v25\IDiscipline|null | $discipline | Optional. A Discipline to filter by. |
The array of DisciplineEvents.
routinesLastScored(\naigc\v25\IDisciplineEvent $disciplineEvent, int|null $limit = null) : \naigc\v25\IRoutine[]
Gets an array of the Routines most recently awarded a Score on an Event.
| \naigc\v25\IDisciplineEvent | $disciplineEvent | The Event to get Routines on. |
| int|null | $limit | Optional. The maximum number to return. |
The Routines.