1 | <?php |
||
9 | class PlayOffCompetitorTreeGen extends PlayOffTreeGen |
||
10 | { |
||
11 | |||
12 | |||
13 | /** |
||
14 | * Fighter is the name for competitor or team, depending on the case |
||
15 | * @return Collection |
||
16 | */ |
||
17 | protected function getFighters() |
||
21 | |||
22 | /** |
||
23 | * @param $group |
||
24 | * @param $fighters |
||
25 | * @return FightersGroup |
||
26 | */ |
||
27 | public function syncGroup($group, $fighters) |
||
33 | |||
34 | protected function createByeFighter() |
||
38 | } |
||
39 |