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