1 | <?php |
||
11 | class CompoundMatcherNormalizer extends AbstractPropertyWhitelistNormalizer |
||
12 | { |
||
13 | /** |
||
14 | * @see \eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Compound::__sleep. |
||
15 | */ |
||
16 | public function normalize($object, $format = null, array $context = []) |
||
24 | |||
25 | protected function getAllowedProperties() |
||
29 | |||
30 | public function supportsNormalization($data, $format = null) |
||
34 | } |
||
35 |