| 1 | <?php |
||
| 14 | class MatchDataProvider extends AbstractDataProvider |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Callback sent when the "StartMatch" section start. |
||
| 19 | * |
||
| 20 | * @param array $params |
||
| 21 | */ |
||
| 22 | public function onStartMatchStart($params) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Callback sent when the "StartMatch" section end. |
||
| 29 | * |
||
| 30 | * @param array $params |
||
| 31 | */ |
||
| 32 | public function onStartMatchEnd($params) |
||
| 36 | } |
||
| 37 |