mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-16 20:07:50 +01:00
Updated Showing the pairings of a specific round (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user