| 1 | <?php |
||
| 12 | class BetfairSerializable implements \JsonSerializable |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * (PHP 5 >= 5.4.0)<br/> |
||
| 16 | * Specify data which should be serialized to JSON |
||
| 17 | * @link http://php.net/manual/en/jsonserializable.jsonserialize.php |
||
| 18 | * @return mixed data which can be serialized by <b>json_encode</b>, |
||
| 19 | * which is a value of any type other than a resource. |
||
| 20 | */ |
||
| 21 | public function jsonSerialize() |
||
| 37 | } |
||
| 38 |