| 1 | <?php |
||
| 9 | class DirectEliminationCompetitorTreeGen extends DirectEliminationTreeGen |
||
| 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) |
||
| 29 | |||
| 30 | protected function createByeFighter() |
||
| 34 | } |
||
| 35 |