Updated Showing the pairings of a specific round (markdown)

Jeroen De Meerleer 2019-05-01 15:26:05 +02:00
parent b89bd5ae70
commit 0a768ecae2

@ -6,7 +6,7 @@ First, import your sws-file using the `Sws::readSws()` method. Using the `Tourna
**TODO: change first round no to 1**
When you have the round object you can the `Round::GetPairings()' method to get the pairings for the round. This method returns an Array of `Pairing` objects making it easy to iterate over itusing foreach.
When you have the round object you can the `Round::GetPairings()` method to get the pairings for the round. This method returns an Array of `Pairing` objects making it easy to iterate over itusing foreach.
## Example
````php