PHP Classes

File: src/TournamentGenerator/Preset/index.php

Recommend this page to a friend!
  Classes of Tomáš Vojík   PHP Tournament Bracket Generator   src/TournamentGenerator/Preset/index.php   Download  
File: src/TournamentGenerator/Preset/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Tournament Bracket Generator
Organize the matches of teams in a tournament
Author: By
Last change: :art: Code formatting, upgrade to PHP8.4 syntax and test fixes

Signed-off-by: Tomáš Vojík <vojik@wboy.cz>
Date: 5 months ago
Size: 380 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

// Silence is golden

/*
 * @package TournamentGenerator\Preset
 * @brief Tournament presets
 * @details Preset classes are used to autogenerate specific tournament brackets.
 */

/*
 * @namespace TournamentGenerator\Preset
 * @brief Tournament presets
 * @details Preset classes are used to autogenerate specific tournament brackets.
 */