\naigcIBracket

Functions related to Brackets.

Summary

Methods
Constants
getDivisionTypeLevel()
getList()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getDivisionTypeLevel()

getDivisionTypeLevel(\mysqli  $db, int  $bracketId) : array

Gets the Division, Type, and Level of a Bracket.

Parameters

\mysqli $db

The database connection.

int $bracketId

The ID of the Bracket to look up.

Returns

array —

An array with the DivisionID, TypeID, and LevelID.

getList()

getList(\mysqli  $db, int  $meetId) : array

Gets a list of Division, Type, and Level names for a Meet.

Parameters

\mysqli $db

The database connection.

int $meetId

The ID of the Meet to look up.

Returns

array —

An array with the Division, Type, and Level combinations for the Meet.