1 | <?php |
||
13 | class DirectEliminationCompetitorTreeGen extends DirectEliminationTreeGen |
||
14 | { |
||
15 | /** |
||
16 | * Fighter is the name for competitor or team, depending on the case |
||
17 | * @return Collection |
||
18 | */ |
||
19 | protected function getFighters() |
||
23 | |||
24 | /** |
||
25 | * @param $group |
||
26 | * @param $fighters |
||
27 | * @return FightersGroup |
||
28 | */ |
||
29 | public function syncGroup($group, $fighters) |
||
35 | |||
36 | protected function createByeFighter() |
||
40 | } |
||
41 |