PHP Classes

File: src/TournamentGenerator/Helpers/index.php

Recommend this page to a friend!
  Classes 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:
Date: 2 years ago
Size: 414 bytes
 

Contents

Class file image Download
<?php
// 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.
 */