1 | <?php |
||
15 | class EcStateRatingSerializer extends SerializerAbstract { |
||
16 | protected $type = 'ec_state_ratings'; |
||
17 | |||
18 | /** |
||
19 | * Nothing special. |
||
20 | */ |
||
21 | protected function attributes($ec_state_rating) { |
||
24 | |||
25 | /** |
||
26 | * Sets the id. |
||
27 | */ |
||
28 | protected function id($ec_state_rating) { |
||
31 | /** |
||
32 | * Backwards compatible. |
||
33 | */ |
||
34 | protected function getId($ec_state_rating) { |
||
37 | |||
38 | } |
||
39 |