| 1 | <?php |
||
| 19 | class PostFilterEndpoint extends QueryEndpoint |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Endpoint name |
||
| 23 | */ |
||
| 24 | const NAME = 'post_filter'; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function normalize(NormalizerInterface $normalizer, $format = null, array $context = []) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | */ |
||
| 41 | public function getOrder() |
||
| 45 | } |
||
| 46 |