1 | <?php |
||
11 | final class URIElementNormalizer extends AbstractPropertyWhitelistNormalizer |
||
12 | { |
||
13 | public function supportsNormalization($data, $format = null) |
||
17 | |||
18 | /** |
||
19 | * @see \eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIElement::__sleep |
||
20 | */ |
||
21 | protected function getAllowedProperties() |
||
25 | } |
||
26 |