1 | <?php |
||
19 | final class StatementResultNormalizer extends Normalizer |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function normalize($object, $format = null, array $context = array()) |
||
44 | |||
45 | /** |
||
46 | * {@inheritdoc} |
||
47 | */ |
||
48 | public function supportsNormalization($data, $format = null) |
||
52 | |||
53 | /** |
||
54 | * {@inheritdoc} |
||
55 | */ |
||
56 | public function denormalize($data, $class, $format = null, array $context = array()) |
||
62 | |||
63 | /** |
||
64 | * {@inheritdoc} |
||
65 | */ |
||
66 | public function supportsDenormalization($data, $type, $format = null) |
||
70 | } |
||
71 |