| 1 | <?php |
||
| 9 | class DirectEliminationTeamTreeGen extends TreeGen |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Fighter is the name for competitor or team, depending on the case |
||
| 13 | * @return Collection |
||
| 14 | */ |
||
| 15 | protected function getFighters() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param $group |
||
| 22 | * @param $fighters |
||
| 23 | * @return FightersGroup |
||
| 24 | */ |
||
| 25 | public function syncGroup($group, $fighters) |
||
| 31 | |||
| 32 | protected function createByeFighter() |
||
| 36 | } |
||
| 37 |