PHP Classes

File: src/TournamentGenerator/Helpers/index.php

Recommend this page to a friend!
  Packages of Tomáš Vojík   PHP Tournament Bracket Generator   src/TournamentGenerator/Helpers/index.php   Download  
File: src/TournamentGenerator/Helpers/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: 9 months ago
Size: 448 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

// Silence is golden

/*
 * @package TournamentGenerator\Helpers
 * @brief Helper classes
 * @details Helper classes do not contain any data, but they work with the main classes to do some operations on them.
 */

/*
 * @namespace TournamentGenerator\Helpers
 * @brief Helper classes
 * @details Helper classes do not contain any data, but they work with the main classes to do some operations on them.
 */