1 | <?php |
||
22 | class ProfileTransformer extends BaseTransformer implements ProfileTransformerInterface |
||
23 | { |
||
24 | /** |
||
25 | * {@inheritDoc} |
||
26 | */ |
||
27 | 1 | public function stringToProfile($jsonString) |
|
31 | |||
32 | /** |
||
33 | * {@inheritDoc} |
||
34 | */ |
||
35 | 1 | public function stringToProfileCollection($jsonString) |
|
39 | |||
40 | /** |
||
41 | * {@inheritDoc} |
||
42 | */ |
||
43 | public function toRequestParams(Profile $profile) |
||
60 | } |
||
61 |