Recommend this page to a friend! |
Classes of Tomáš Vojík | > | PHP Tournament Bracket Generator | > | docs/classes/constants.md | > | Download |
|
|
![]() List of TournamentGenerator constantsGenerator constants| Constant | Description | | :--: | :--: | | \TournamentGenerator\Constants::DUMMY_TEAM | Used in generating a tournament. When this is present in a game, the game will be skipped. | <a id="ordering" name="ordering"></a> 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. | <a id="roundTypes" name="roundTypes"></a> 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. | | <a id="roundSplit" name="roundSplit"></a>\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. | |