\naigc\v25ICompetitorBracket

Functions related to CompetitorBrackets.

Summary

Methods
Constants
name()
competitor()
discipline()
level()
meet()
clubName()
nameFirst()
nameLast()
isEligible()
routine()
routine1()
createRoutine()
deleteRoutine()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

name()

name() : string

Gets the Name of the object.

Returns

string —

The name.

competitor()

competitor() : \naigc\v25\ICompetitor

Gets the Competitor.

Returns

\naigc\v25\ICompetitor —

The Competitor.

discipline()

discipline() : \naigc\v25\IDiscipline

Gets the Discipline of the Bracket.

Returns

\naigc\v25\IDiscipline —

The Discipline.

level()

level() : \naigc\v25\ILevel

Gets the Level of the Bracket.

Returns

\naigc\v25\ILevel —

The Level.

meet()

meet() : \naigc\v25\IMeet

Gets the Meet the Bracket is part of.

Returns

\naigc\v25\IMeet —

The Meet.

clubName()

clubName() : string

Gets the Club Name of the Competitor.

Returns

string —

The Club Name.

nameFirst()

nameFirst() : string

Gets the first name of the Competitor.

Returns

string —

The first name.

nameLast()

nameLast() : string

Gets the last name of the Competitor.

Returns

string —

The last name.

isEligible()

isEligible() : bool

Gets whether the Competitor is eligible in the Bracket.

Returns

bool —

The eligibility.

routine()

routine(\naigc\v25\IEvent  $event) : \naigc\v25\IRoutine|null

Gets a CompetitorBracket's Routine for a given Event.

Parameters

\naigc\v25\IEvent $event

The Event to get the Routine for.

Returns

\naigc\v25\IRoutine|null —

The Routine.

routine1()

routine1(\naigc\v25\IEvent  $event, \naigc\v25\ICompetitionGym  $competitionGym) : \naigc\v25\IRoutine|null

Gets a CompetitorBracket's Routine for a given Event.

Parameters

\naigc\v25\IEvent $event

The Event to get the Routine for.

\naigc\v25\ICompetitionGym $competitionGym

The CompeitionGym to get the Routine for.

Returns

\naigc\v25\IRoutine|null —

The Routine.

createRoutine()

createRoutine(\naigc\v25\IEvent  $event) : \naigc\v25\IRoutine|null

Creates a new Routine on the given Event for the Competitor.

Parameters

\naigc\v25\IEvent $event

The Event to create the Routine for.

Returns

\naigc\v25\IRoutine|null —

The newly created Routine.

deleteRoutine()

deleteRoutine(\naigc\v25\IEvent  $event) : \naigc\v25\ICompetitorBracket

Deletes the Routine on the given Event for the Competitor.

Parameters

\naigc\v25\IEvent $event

The Event to delete the Routine for.

Returns

\naigc\v25\ICompetitorBracket —

The CompetitorBracket.