1 | <?php |
||
17 | class Meap2014Serializer extends SerializerAbstract { |
||
18 | protected $type = 'meap_2014s'; |
||
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 |