| 1 | <?php |
||
| 17 | class EsdK82013Serializer extends SerializerAbstract { |
||
| 18 | protected $type = 'esd_k8_2013s'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Nothing special here, yet. |
||
| 22 | */ |
||
| 23 | protected function attributes($row) { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Provides primary key as id. |
||
| 29 | */ |
||
| 30 | protected function id($row) { |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Backwards-compatible with bnchdrff/json-api version. |
||
| 36 | */ |
||
| 37 | protected function getId($row) { |
||
| 40 | |||
| 41 | } |
||
| 42 |