mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Updated d. Converting your code to the generalized format (markdown)
parent
862a4aae97
commit
79cdb84510
@ -22,7 +22,7 @@ $sws = $reader->read('<filename>');
|
||||
## Getting a ranking `Master`
|
||||
With the generalization, work has been put in fixing the tiebreaks. This also includes that the `Tournament::GetRanking()` method has changed. Most important is that it does not have a parameter for american sort anymore.
|
||||
|
||||
When you try to get a ranking and want to display a certain tiebreak, all you need to do is to call the `Player::GetTiebreaks()` function. This will return an array of applied tiebreaks. Every tiebreak which was set as tiebreak to the tournament gets calculated. This means that if a tiebreak was not needed anymore of the calculation of the ranking, it does not get calculated anymore.
|
||||
When you try to get a ranking and want to display a certain tiebreak, all you need to do is to call the `Player::GetTiebreaks()` function. This will return an array of applied tiebreaks. Every tiebreak which was set as tiebreak to the tournament gets calculated. This means that if a tiebreak was not needed anymore of the calculation of the ranking, it still gets calculated.
|
||||
|
||||
## Changed getters and setters `Master`
|
||||
### Getters
|
||||
|
Loading…
Reference in New Issue
Block a user