\naigc\v25ISession

Functions related to Sessions.

Summary

Methods
Constants
name()
teams()
levels()
clubs()
competitorBrackets()
competitorBrackets2()
start()
end()
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.

teams()

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

Gets the Teams assigned to the Session.

Returns

\naigc\v25\ITeam[] —

The list of Teams.

levels()

levels() : \naigc\v25\ILevel[]

Gets the Levels available in the Session.

Returns

\naigc\v25\ILevel[] —

The list of Levels.

clubs()

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

Gets the Clubs associated with a Session.

This includes Clubs with a Competitor and/or a Team in the Session.

Returns

\naigc\v25\IClub[] —

The list of Clubs.

competitorBrackets()

competitorBrackets(\naigc\v25\IEvent  $event, \naigc\v25\IDiscipline|null  $discipline = null, \naigc\v25\ILevel|null  $level = null, string|null  $clubName = null) : \naigc\v25\ICompetitorBracket[]

Gets the CompetitorBrackets assigned to the Session.

Parameters

\naigc\v25\IEvent $event

The event.

\naigc\v25\IDiscipline|null $discipline

The discipline.

\naigc\v25\ILevel|null $level

The level.

string|null $clubName

The club.

Returns

\naigc\v25\ICompetitorBracket[] —

The list of CompetitorBrackets.

competitorBrackets2()

competitorBrackets2(\naigc\v25\IEvent  $event, \naigc\v25\IDiscipline|null  $discipline = null, \naigc\v25\ILevel|null  $level = null, string|null  $clubName = null) : \naigc\v25\ICompetitorBracket[]

Gets the CompetitorBrackets assigned to the Session.

Parameters

\naigc\v25\IEvent $event

The event.

\naigc\v25\IDiscipline|null $discipline

The discipline.

\naigc\v25\ILevel|null $level

The level.

string|null $clubName

The club.

Returns

\naigc\v25\ICompetitorBracket[] —

The list of CompetitorBrackets.

start()

start() : \DateTime

Gets the start of the Session.

Returns

\DateTime

end()

end() : \DateTime

Gets the end of the Session.

Returns

\DateTime