1 | <?php |
||
14 | class PodiumDataProvider extends AbstractDataProvider |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * Callback sent when the "Maniaplanet.Podium_Start" section start. |
||
19 | * XMLRPC Api Version >=2.0.0: |
||
20 | * @param array $params |
||
21 | */ |
||
22 | 1 | public function onPodiumStart($params) |
|
26 | |||
27 | /** |
||
28 | * Callback sent when the "Maniaplanet.Podium_End" section end. |
||
29 | * XMLRPC Api Version >=2.0.0: |
||
30 | * @param array $params |
||
31 | */ |
||
32 | 1 | public function onPodiumEnd($params) |
|
36 | |||
37 | } |
||
38 |