List of TournamentGenerator constants


Generator constants

Constant Description
\TournamentGenerator\Constants::DUMMY_TEAM Used in generating a tournament. When this is present in a game, the game will be skipped.

Ordering constants

Constant Description
\TournamentGenerator\Constants::POINTS Defines an ordering of teams by points acquired by playing games.
\TournamentGenerator\Constants::SCORE Defines an ordering of teams by score from games.

Round constants

Constant Description
\TournamentGenerator\Constants::ROUND_ROBIN Defines a Robin - Robin style group.
\TournamentGenerator\Constants::ROUND_TWO Defines a group where teams play only one game against another team.
\TournamentGenerator\Constants::ROUND_SPLIT Defines a group which is split into two groups if number of teams exceeds maximum size and then plays as a Robin - Robin style.

List constants

Constant Description
\TournamentGenerator\Constants::OrderingTypes List of all available ordering constants.
\TournamentGenerator\Constants::GroupTypes List of all available group constants.