1 | <?php |
||
7 | class Betfair |
||
8 | { |
||
9 | /** |
||
10 | * Distribute requests to appropriate subsystems |
||
11 | * |
||
12 | * @param $method string the requested method (usually an API call) |
||
13 | * @param $params array any parameters needed by, or to refine, the call |
||
14 | * @return mixed |
||
15 | */ |
||
16 | public static function __callStatic($method, $params) |
||
34 | } |
||
35 |