mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Updated a.2 Showing the pairings of a specific round (markdown)
parent
18bb1f2efa
commit
370088d9b3
@ -24,7 +24,7 @@ foreach($pairings as $pairing) {
|
||||
$opponent = $pairing->getOpponent()->getName();
|
||||
$color = $pairing->getColor()->getKey();
|
||||
echo $player . ' ' . $pairing->getResult()->getKey() . ' against ' . $opponent . ' using ' . $color . PHP_EOL;
|
||||
} elseif ($pairing->getResult() == Result::bye) {
|
||||
} elseif ($pairing->getResult() == Result::wonbye) {
|
||||
echo $player . ' is bye' . PHP_EOL;
|
||||
} elseif ($pairing->getResult() == Result::absent) {
|
||||
echo $player . ' is absent' . PHP_EOL;
|
||||
|
Loading…
Reference in New Issue
Block a user