| 1 | <?php |
||
| 13 | final class URIElementNormalizer extends AbstractPropertyWhitelistNormalizer |
||
| 14 | { |
||
| 15 | public function supportsNormalization($data, $format = null) |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @see \eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIElement::__sleep |
||
| 22 | */ |
||
| 23 | protected function getAllowedProperties(): array |
||
| 27 | } |
||
| 28 |