mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Jeroen De Meerleer
eae66f92f5
This change removes the separate getter and setter methods and is causing a lot of errors. To fix errors you'll now need to use the actual field name. Example: OLD: $reader->getTournament()->getRounds()[0]->getGames()[0]->getBlack()->getPlayer()->getName(); NEW: $reader->Tournament->Rounds[0]->Games[0]->Black->Player->Name; |
||
---|---|---|
.. | ||
Enums | ||
Exceptions | ||
Interfaces | ||
Readers | ||
.gitkeep | ||
Constants.php | ||
Game.php | ||
IOFactory.php | ||
Pairing.php | ||
Player.php | ||
Round.php | ||
Tournament.php |